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
It's possible that HTTP 1 requests still arrive or are in progress after the HTTP server actually stopped.
It's because pendingResponse is being waited for in stop() but not set for HTTP1 requests without chunks + content length (like pretty much all GET requests).
It's possible that HTTP 1 requests still arrive or are in progress after the HTTP server actually stopped.
It's because
pendingResponse
is being waited for instop()
but not set for HTTP1 requests without chunks + content length (like pretty much all GET requests).Suggestion:
http_server_shutdown.patch
The text was updated successfully, but these errors were encountered: