-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Not A Problem
-
Affects Version/s: 0.6.1, 0.7
-
Fix Version/s: 0.7
-
Component/s: Cocoa - Library
-
Labels:
-
Patch Info:Patch Available
THttpClient.m 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.