diff options
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/directory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index ead34f13a..fd787cc87 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -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) { |