Преглед изворни кода

connection_edge: remove an extra ;

teor пре 6 година
родитељ
комит
c483ccf1c9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/or/connection_edge.c

+ 1 - 1
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[] =
 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"
   "Content-Type: text/html; charset=iso-8859-1\r\n\r\n"
   "<html>\n"
   "<html>\n"
   "<head>\n"
   "<head>\n"