Skip to content

Commit fb3f410

Browse files
committed
lwsws: SIGPIPE
1 parent 768b151 commit fb3f410

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lwsws/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ int main(int argc, char **argv)
278278
* the original one dies randomly.
279279
*/
280280

281+
signal(SIGPIPE, SIG_IGN);
281282
signal(SIGHUP, reload_handler);
282283
signal(SIGINT, reload_handler);
283284

0 commit comments

Comments
 (0)