mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
rename X-You-Are to something slightly better.
svn:r6735
This commit is contained in:
parent
7f01dc9c1c
commit
85fd582192
@ -1264,7 +1264,7 @@ write_http_response_header(connection_t *conn, ssize_t length,
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user