|
current loaders.c, 1.64, 1.65 project.h, 1.100, 1.101: msg#00020web.privoxy.cvs
Update of /cvsroot/ijbswa/current In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv17786 Modified Files: loaders.c project.h Log Message: Remove now-obsolete csp member x_forwarded. Index: loaders.c =================================================================== RCS file: /cvsroot/ijbswa/current/loaders.c,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- loaders.c 1 Jun 2007 14:12:38 -0000 1.64 +++ loaders.c 7 Dec 2007 18:29:23 -0000 1.65 @@ -35,6 +35,9 @@ * * Revisions : * $Log$ + * Revision 1.65 2007/12/07 18:29:23 fabiankeil + * Remove now-obsolete csp member x_forwarded. + * * Revision 1.64 2007/06/01 14:12:38 fabiankeil * Add unload_forward_spec() in preparation for forward-override{}. * @@ -502,7 +505,6 @@ freez(csp->ip_addr_str); freez(csp->my_ip_addr_str); freez(csp->my_hostname); - freez(csp->x_forwarded); freez(csp->iob->buf); freez(csp->error_message); Index: project.h =================================================================== RCS file: /cvsroot/ijbswa/current/project.h,v retrieving revision 1.100 retrieving revision 1.101 diff -u -d -r1.100 -r1.101 --- project.h 2 Sep 2007 13:42:11 -0000 1.100 +++ project.h 7 Dec 2007 18:29:23 -0000 1.101 @@ -37,6 +37,9 @@ * * Revisions : * $Log$ + * Revision 1.101 2007/12/07 18:29:23 fabiankeil + * Remove now-obsolete csp member x_forwarded. + * * Revision 1.100 2007/09/02 13:42:11 fabiankeil * - Allow port lists in url patterns. * - Ditch unused url_spec member pathlen. @@ -1327,9 +1330,6 @@ /** MIME-Type key, see CT_* above */ unsigned int content_type; - /** The "X-Forwarded-For:" header sent by the client */ - char *x_forwarded; - /** Actions files associated with this client */ struct file_list *actions_list[MAX_AF_FILES]; ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | current ChangeLog,1.62,1.63: 00020, noreply |
|---|---|
| Next by Date: | current/doc/source user-manual.sgml,2.49,2.50: 00020, noreply |
| Previous by Thread: | current ChangeLog,1.62,1.63i: 00020, noreply |
| Next by Thread: | current/doc/source user-manual.sgml,2.49,2.50: 00020, noreply |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |