Always uncork after Http parse
This commit is contained in:
@@ -247,6 +247,9 @@ private:
|
|||||||
return (us_socket_t *) asyncSocket;
|
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 */
|
/* We cannot return nullptr to the underlying stack in any case */
|
||||||
return s;
|
return s;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user