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
net/http: fix request canceler leak on connection close
Due to a race condition persistConn could be closed without removing
request canceler.
Note that without the fix test occasionally passes and to demonstrate
the issue it has to be run multiple times, e.g. using -count=10.
Fixes#61708
0 commit comments