]>
git.saurik.com Git - apt.git/blob - methods/http_main.cc
3b346a514a234397322903a2d3d0a679901ecdf6
11 // ignore SIGPIPE, this can happen on write() if the socket
12 // closes the connection (this is dealt with via ServerDie())
13 signal(SIGPIPE
, SIG_IGN
);