From: wessels <> Date: Thu, 4 Dec 1997 06:12:11 +0000 (+0000) Subject: note half-closed client sockets X-Git-Tag: SQUID_3_0_PRE1~4395 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd162ace6799da3ae9e2b703490e8066fec5d8b1;p=thirdparty%2Fsquid.git note half-closed client sockets --- diff --git a/src/client_side.cc b/src/client_side.cc index 204495aa2f..9f2b5a0d4a 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.170 1997/12/03 19:45:24 wessels Exp $ + * $Id: client_side.cc,v 1.171 1997/12/03 23:12:11 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -1553,6 +1553,7 @@ clientReadRequest(int fd, void *data) EBIT_SET(F->flags, FD_SOCKET_EOF); conn->defer.until = squid_curtime + 1; conn->defer.n++; + fd_note(fd, "half-closed"); return; } else if (size < 0) { if (!ignoreErrno(errno)) {