]>
git.saurik.com Git - apt.git/blob - methods/http_main.cc
1 #include <apt-pkg/fileutl.h>
2 #include <apt-pkg/acquire-method.h>
6 #include "rfc2553emu.h"
12 setlocale(LC_ALL
, "");
14 // ignore SIGPIPE, this can happen on write() if the socket
15 // closes the connection (this is dealt with via ServerDie())
16 signal(SIGPIPE
, SIG_IGN
);