]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Set fde->flags FD_SOCKET_EOF when we detect EOF/shutdown on a client
authorwessels <>
Sat, 18 Oct 1997 02:20:52 +0000 (02:20 +0000)
committerwessels <>
Sat, 18 Oct 1997 02:20:52 +0000 (02:20 +0000)
socket

src/defines.h

index 4eb10ebd23f8b15d1370434bb0729f22eaab0c1d..3b321f6bd4efd80c43f666d14528f42f418842ba 100644 (file)
@@ -66,6 +66,7 @@
 #define FD_WRITE_DAEMON                0x04
 #define FD_WRITE_PENDING       0x08
 #define FD_CLOSING             0x10
+#define FD_SOCKET_EOF          0x40
 
 #define FD_DESC_SZ             64