#include <config.h>
#include <apt-pkg/fileutl.h>
+#include <apt-pkg/error.h>
#include <signal.h>
#include "http.h"
// closes the connection (this is dealt with via ServerDie())
signal(SIGPIPE, SIG_IGN);
- DropPrivs();
-
HttpMethod Mth;
+
return Mth.Loop();
}