logo       

current loaders.c, 1.64, 1.65 project.h, 1.100, 1.101: msg#00020

web.privoxy.cvs

Subject: current loaders.c, 1.64, 1.65 project.h, 1.100, 1.101

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>
Google Custom Search

News | FAQ | advertise