Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
0.6.1, 0.7
-
Patch Available
Description
THttpClient.cpp builds a header fort he http request in the flush method but it does not set the Connection: Close header which means the client wait for EOF until the server closes the socket. This will slow all requests.