Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.2.0
-
Fix Version/s: 5.2.0
-
Component/s: Network: Sockets
-
Labels:
-
Commits:48345e5d3c07d6dca12dd4ccee18fa3e0ca0ebda
Description
currently, a pre-connect request will only be used by another request when the pre-connect has finished (needs verification), because otherwise the pre-connect request will be marked as busy.
There needs to be a way to map normal requests to pre-connect requests, also to make sure not 2 normal requests are waiting for the same pre-connect request.
Also, what if an error occurs during the pre-connect request?