HttpResponseData has to be convertible to AsyncSocketData

This commit is contained in:
Alex Hultman
2019-01-29 16:11:42 +01:00
parent ca38ea1669
commit 7b87460c57
+1 -1
View File
@@ -29,7 +29,7 @@
namespace uWS {
template <bool SSL>
struct HttpResponseData : HttpParser, AsyncSocketData<SSL> {
struct HttpResponseData : AsyncSocketData<SSL>, HttpParser {
template <bool> friend struct HttpResponse;
template <bool> friend struct HttpContext;
private: