Просмотр исходного кода

methods/http.cc: remove merge artifact

Michael Vogt лет назад: 17
Родитель
Сommit
056539eeb8
1 измененных файлов с 0 добавлено и 11 удалено
  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();
-}
-