bd5337261617d26b34798505753385a918bc8c9a
Review on PR #188. The deferred unlock made it unclear where the lock was released, and it held connMu across conn.Close(), which contradicts the invariant stated one line above it: the field accesses only. A close on a tcp conn can block, and connMu is on the path of every call.
Description
No description provided
Languages
Go
97.1%
HTML
0.9%
Shell
0.6%
CSS
0.5%
Makefile
0.3%
Other
0.6%