Sfoglia il codice sorgente

methods/http.cc: remove merge artifact

Michael Vogt 17 anni fa
parent
commit
056539eeb8
1 ha cambiato i file con 0 aggiunte e 11 eliminazioni
  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();
-}
-