|
|
|
|
|
by nitrogen
2114 days ago
|
|
You sometimes won't know a TCP connection has been closed unless you try to write to it (possibly there's a select/epoll/etc way to test), so if you are using blocking I/O, you won't know that the HTTP client went away long ago. |
|