Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 3.0.0
-
Fix Version/s: None
-
Component/s: TS API
-
Labels:
Description
The API calls TSFetchUrl/TSFetchPages do not work with HTTP/1.1 requests. The implementation seems to use the "end of the connection" to signal the user callback function, which is not the case on persistent connections.