You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (http_active==0andhttp_client.handle.ws_active==0andhttp_client.queue.first==nullandhttp_client.handle.ready_queue.first==nulland(comptimeis_cdp==false)) {
215
+
if (http_active==0andhttp_client.handle.ws_active==0andhttp_client.queue.first==nulland (comptimeis_cdp==false)) {
216
216
// we don't need to consider http_client.intercepted here
217
217
// because is_cdp is false, and that can only be
218
218
// the case when interception isn't possible.
219
-
//
220
-
// ready_queue is also part of the check: makeRequest now
221
-
// wraps its handles.perform() in a performing=true window,
222
-
// and any synchronous libcurl callback that ends up
223
-
// calling trackConn during that window (e.g. JS creating
224
-
// a WebSocket) will append to ready_queue. Without this
0 commit comments