| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
If one of the sockets gets disconnected, some systems return POLLHUP. Signal
the socket as ready to let the read/write call fail properly.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
tls_t.build takes a size_t argument not a ssize_t.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
If an unsufficient read buffer is provided, application data gets cached
for subsequent read() calls.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|