Some clean-ups
This commit is contained in:
@@ -11,16 +11,10 @@ namespace uWS {
|
||||
|
||||
template <bool SSL>
|
||||
struct HttpResponseData : HttpParser, AsyncSocketData<SSL> {
|
||||
|
||||
// asyncsocketdata will hold the outgoing buffer to hold the header if not sent off in one go
|
||||
|
||||
// inStream, outStream
|
||||
std::function<void(std::string_view)> inStream;
|
||||
std::function<std::string_view(int)> outStream;
|
||||
|
||||
/* Outgoing offset */
|
||||
int offset = 0;
|
||||
// writeHandler
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user