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