Descriptionnet: do not use RLock around Accept
It might be non-blocking, but it also might be blocking.
Cannot take the chance, as Accept might block indefinitely
and make it impossible to acquire ForkLock exclusively
(during fork+exec).
Fixes issue 4737.
Patch Set 1 #Patch Set 2 : diff -r 8d71734a0cb0 https://go.googlecode.com/hg #Patch Set 3 : diff -r 8d71734a0cb0 https://go.googlecode.com/hg #Patch Set 4 : diff -r 8d71734a0cb0 https://go.googlecode.com/hg #Patch Set 5 : diff -r 052cab218361 https://code.google.com/p/go/ #
MessagesTotal messages: 8
|