[or-cvs] rename X-You-Are to something slightly better.

arma at seul.org arma at seul.org
Thu Jul 6 03:05:03 UTC 2006


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	directory.c 
Log Message:
rename X-You-Are to something slightly better.


Index: directory.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/directory.c,v
retrieving revision 1.389
retrieving revision 1.390
diff -u -p -d -r1.389 -r1.390
--- directory.c	6 Jul 2006 02:45:46 -0000	1.389
+++ directory.c	6 Jul 2006 03:05:01 -0000	1.390
@@ -1264,7 +1264,7 @@ write_http_response_header(connection_t 
   cp = tmp;
   tor_snprintf(cp, sizeof(tmp),
                "HTTP/1.0 200 OK\r\nDate: %s\r\nContent-Type: %s\r\n"
-               "X-You-Are: %s\r\n",
+               "X-Your-Address-Is: %s\r\n",
                date, type, conn->address);
   cp += strlen(tmp);
   if (encoding) {



More information about the tor-commits mailing list