[tor-commits] [tor/master] connection_edge: remove an extra ;

nickm at torproject.org nickm at torproject.org
Tue Apr 23 16:48:43 UTC 2019


commit c483ccf1c9e8fc1c4026dbf8c3e685ec55e8d8bb
Author: teor <teor at torproject.org>
Date:   Wed Apr 17 18:43:20 2019 +1000

    connection_edge: remove an extra ;
---
 src/core/or/connection_edge.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/or/connection_edge.c b/src/core/or/connection_edge.c
index 4f7cbafe0..33ba72397 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"





More information about the tor-commits mailing list