HttpResponseData has to be convertible to AsyncSocketData
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
namespace uWS {
|
namespace uWS {
|
||||||
|
|
||||||
template <bool SSL>
|
template <bool SSL>
|
||||||
struct HttpResponseData : HttpParser, AsyncSocketData<SSL> {
|
struct HttpResponseData : AsyncSocketData<SSL>, HttpParser {
|
||||||
template <bool> friend struct HttpResponse;
|
template <bool> friend struct HttpResponse;
|
||||||
template <bool> friend struct HttpContext;
|
template <bool> friend struct HttpContext;
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user