Make it stick together just barely
This commit is contained in:
+2
-1
@@ -35,6 +35,7 @@ template<bool> struct HttpResponse;
|
||||
template <bool SSL>
|
||||
struct HttpContext {
|
||||
template<bool> friend struct TemplatedApp;
|
||||
template<bool> friend struct HttpResponse;
|
||||
private:
|
||||
HttpContext() = delete;
|
||||
|
||||
@@ -205,7 +206,7 @@ private:
|
||||
if (us_socket_is_shut_down(SSL, (us_socket_t *) user)) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
/* If we were given the last data chunk, reset data handler to ensure following
|
||||
* requests on the same socket won't trigger any previously registered behavior */
|
||||
if (fin) {
|
||||
|
||||
Reference in New Issue
Block a user