Always uncork after Http parse

This commit is contained in:
Alex Hultman
2020-01-01 22:46:03 +01:00
committed by GitHub
parent bbbe3bda18
commit 02b2af5f24
+3
View File
@@ -247,6 +247,9 @@ private:
return (us_socket_t *) asyncSocket;
}
/* It is okay to uncork a closed socket and we need to */
((AsyncSocket<SSL> *) s)->uncork();
/* We cannot return nullptr to the underlying stack in any case */
return s;
});