gotwebd: fix broken signal catching due to a pasto
commitea827802c0280cb0d5539553eabb137f990fb926
authorOmar Polo <op@omarpolo.com>
Sat, 18 Nov 2023 10:17:57 +0000 (18 10:17 +0000)
committerThomas Adam <thomas@xteddy.org>
Wed, 22 Nov 2023 22:48:01 +0000 (22 22:48 +0000)
treed533440dd203a5d4937d432b270f49c2750b945d
parent3f69050e707b0f3c73aecf3053782433bc7b328b
gotwebd: fix broken signal catching due to a pasto

While here, remove completely the libevent handling of SIGPIPE in
favour of the already existing signal(3) call to ignore it; there's
no point in logging a SIGPIPE.
gotwebd/sockets.c