aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/connection_edge.c
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-04-17 18:43:20 +1000
committerteor <teor@torproject.org>2019-04-17 18:43:20 +1000
commitc483ccf1c9e8fc1c4026dbf8c3e685ec55e8d8bb (patch)
tree6761e4ba85277f7c2249e7a5006a0295c8a91624 /src/core/or/connection_edge.c
parent728d20ed08122d2f34b001217faa009040fb2fee (diff)
downloadtor-c483ccf1c9e8fc1c4026dbf8c3e685ec55e8d8bb.tar.gz
tor-c483ccf1c9e8fc1c4026dbf8c3e685ec55e8d8bb.zip
connection_edge: remove an extra ;
Diffstat (limited to 'src/core/or/connection_edge.c')
-rw-r--r--src/core/or/connection_edge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/connection_edge.c b/src/core/or/connection_edge.c
index 4f7cbafe07..33ba723971 100644
--- a/src/core/or/connection_edge.c
+++ b/src/core/or/connection_edge.c
@@ -2811,7 +2811,7 @@ connection_ap_process_natd(entry_connection_t *conn)
}
static const char HTTP_CONNECT_IS_NOT_AN_HTTP_PROXY_MSG[] =
- "HTTP/1.0 405 Method Not Allowed\r\n";
+ "HTTP/1.0 405 Method Not Allowed\r\n"
"Content-Type: text/html; charset=iso-8859-1\r\n\r\n"
"<html>\n"
"<head>\n"