mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
LibProtocol: Remove Request::stream_into(OutputStream&)
This commit is contained in:
parent
2313460b3e
commit
9f92e1bf11
2 changed files with 3 additions and 19 deletions
|
@ -39,7 +39,6 @@ public:
|
|||
int fd() const { return m_fd; }
|
||||
bool stop();
|
||||
|
||||
void stream_into(OutputStream&);
|
||||
void stream_into(Core::Stream::Stream&);
|
||||
|
||||
bool should_buffer_all_input() const { return m_should_buffer_all_input; }
|
||||
|
@ -63,8 +62,6 @@ public:
|
|||
|
||||
private:
|
||||
explicit Request(RequestClient&, i32 request_id);
|
||||
template<typename T>
|
||||
void stream_into_impl(T&);
|
||||
|
||||
WeakPtr<RequestClient> m_client;
|
||||
int m_request_id { -1 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue