X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=gateway.c;h=56b15fb70c0bf0f20f9301e9fd5b16ce47fbf875;hp=f62ce2a13e2e02eb1675512838233a157eadf303;hb=735b418b180f02974e7bab27d45078d44abf7866;hpb=630fb930d8090fb4e76bb2b325127d02662f914c diff --git a/gateway.c b/gateway.c index f62ce2a1..56b15fb7 100644 --- a/gateway.c +++ b/gateway.c @@ -1,4 +1,4 @@ -const char gateway_rcs[] = "$Id: gateway.c,v 1.37 2008/10/23 17:40:53 fabiankeil Exp $"; +const char gateway_rcs[] = "$Id: gateway.c,v 1.38 2008/10/24 17:33:00 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/gateway.c,v $ @@ -34,6 +34,12 @@ const char gateway_rcs[] = "$Id: gateway.c,v 1.37 2008/10/23 17:40:53 fabiankeil * * Revisions : * $Log: gateway.c,v $ + * Revision 1.38 2008/10/24 17:33:00 fabiankeil + * - Tone the "keep-alive support is experimental" warning + * down a bit as hackish 0-chunk detection has been + * implemented recently. + * - Only show the "ndef HAVE_POLL" warning once on start-up. + * * Revision 1.37 2008/10/23 17:40:53 fabiankeil * Fix forget_connection() and mark_connection_unused(), * which would both under certain circumstances access @@ -706,7 +712,6 @@ static int socket_is_still_usable(jb_socket sfd) int socket_is_alive = 0; memset(&timeout, '\0', sizeof(timeout)); - /* timeout.tv_usec = 150;*/ FD_ZERO(&readable_fds); FD_SET(sfd, &readable_fds);