Details
-
Bug
-
Resolution: Fixed
-
Major
-
5.0.0, 5.0.1, 5.1.0, 5.1.1, 5.1.2, 5.1.3, 5.5.0, 5.5.1, 5.5.2, 5.5.3, 5.5.4, 5.5.5, 5.5.6, 6.0.0, 6.0.1, 6.0.2, 6.0.3, 6.5.0
-
Untriaged
-
No
Description
in Connection::sendmsg() for ssl we try to loop through the io vector and send each chunk over SSL. If we're able to send the first chuck and only a part of the second chunk we don't immediately try to drain the send socket until the next time the cookie is served.