X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=78a074ce5d6c909ab951960d61dfa80aea9067c5;hp=ad3f80d4fe124c513abdb0fe53a6d206da4c6e2a;hb=bf18b40dd30e0c16392285408cad379c2ead11d7;hpb=50f3d8d489afec93fee33c266d349f0b9fe8f38f diff --git a/project.h b/project.h index ad3f80d4..78a074ce 100644 --- a/project.h +++ b/project.h @@ -1,7 +1,7 @@ #ifndef PROJECT_H_INCLUDED #define PROJECT_H_INCLUDED /** Version string. */ -#define PROJECT_H_VERSION "$Id: project.h,v 1.126 2008/12/14 17:02:54 fabiankeil Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.127 2008/12/20 14:53:55 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -37,6 +37,11 @@ * * Revisions : * $Log: project.h,v $ + * Revision 1.127 2008/12/20 14:53:55 fabiankeil + * Add config option socket-timeout to control the time + * Privoxy waits for data to arrive on a socket. Useful + * in case of stale ssh tunnels or when fuzz-testing. + * * Revision 1.126 2008/12/14 17:02:54 fabiankeil * Fix a cparser warning. * @@ -1443,14 +1448,14 @@ struct client_state struct file_list *rlist[MAX_AF_FILES]; /** Length after content modification. */ - size_t content_length; + unsigned long long content_length; #ifdef FEATURE_CONNECTION_KEEP_ALIVE /** Expected length of content after which we * should stop reading from the server socket. */ /* XXX: is this the right location? */ - size_t expected_content_length; + unsigned long long expected_content_length; #endif /* def FEATURE_CONNECTION_KEEP_ALIVE */ #ifdef FEATURE_TRUST