Comment by ๐Ÿš€ stack

Re: "Fornax and SIGPIPE"

In: s/Fornax

@ingrix -- Be aware that I just pushed a lot of changes to the repo... There are two test servers running on ports 10965 and 10966, with the newest code.

๐Ÿš€ stack [mod]

2025-09-19 ยท 8 months ago

Original Post

๐ŸŒ’ s/Fornax

๐Ÿš€ ingrix:

Fornax and SIGPIPE โ€” How does Fornax handle SIGPIPE? One of the reasons I've got relatively complicated netcode in libpxd is for managing SIGPIPE without globally ignoring it or masking it before SSL calls - and I have gotten them before in strange situations, particularly from SSL_shutdown. Fornax doesn't seem to handle SIGPIPE in any way, but it also doesn't do anything special with the SSL objects like I do in libpxd, so I'm curious where the magic is.

๐Ÿ’ฌ 5 comments ยท 2025-09-19 ยท 8 months ago