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
Fix server crash when connection fails during TLS protocol detection
Wrap peek errors as temporary so http.Server retries instead of exiting.
This fixes crashes on Windows where security software or browsers may
connect and immediately disconnect during certificate pre-checks.
Also adds a 5-second read deadline during peek to prevent hanging on
slow or malicious clients.
0 commit comments