]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
connection_edge: remove an extra ;
authorteor <teor@torproject.org>
Wed, 17 Apr 2019 08:43:20 +0000 (18:43 +1000)
committerteor <teor@torproject.org>
Wed, 17 Apr 2019 08:43:20 +0000 (18:43 +1000)
src/core/or/connection_edge.c

index 4f7cbafe079600893da1d331d9c89d27c2a9637c..33ba723971f4bfa7c8938f6416a1ef58090585c9 100644 (file)
@@ -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"