diff options
Diffstat (limited to 'http.c')
| -rw-r--r-- | http.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -496,6 +496,8 @@ static int rw_error(const int r, bool *const close) { switch (errno) { + case EPIPE: + /* Fall through. */ case ECONNRESET: *close = true; return 1; |
