From: teor Date: Wed, 17 Apr 2019 08:43:20 +0000 (+1000) Subject: connection_edge: remove an extra ; X-Git-Tag: tor-0.4.1.1-alpha~70^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c483ccf1c9e8fc1c4026dbf8c3e685ec55e8d8bb;p=thirdparty%2Ftor.git connection_edge: remove an extra ; --- 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" "\n" "\n"