Comment by ๐ stack
@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.
2025-09-19 ยท 8 months ago
Original Post
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.