Explorar o código

methods/http.cc: remove merge artifact

Michael Vogt %!s(int64=17) %!d(string=hai) anos
pai
achega
056539eeb8
Modificáronse 1 ficheiros con 0 adicións e 11 borrados
  1. 0 11
      methods/http.cc

+ 0 - 11
methods/http.cc

@@ -1316,15 +1316,4 @@ int HttpMethod::Loop()
 }
 									/*}}}*/
 
-int main()
-{
-   setlocale(LC_ALL, "");
-   // ignore SIGPIPE, this can happen on write() if the socket
-   // closes the connection (this is dealt with via ServerDie())
-   signal(SIGPIPE, SIG_IGN);
-
-   HttpMethod Mth;
-   return Mth.Loop();
-}
-