]> Sergey Matveev's repositories - btrtrc.git/commit
Don't return if there's an error accepting
authorMatt Joiner <anacrolix@gmail.com>
Sun, 22 Jul 2018 02:58:41 +0000 (12:58 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 22 Jul 2018 02:58:41 +0000 (12:58 +1000)
commit8479f215e01ed9a00529e43506e2d942b268f679
tree43690f86c82b3a2a90786d575c7a7a8a324dbf21
parentd575877a5de09d49d8ffa6118f90421837699fca
Don't return if there's an error accepting

This happens if there's too many file descriptors, and left the client unresponsive.
client.go