Where do you handle SIGPIPE? #108
Unanswered
pengyj1984
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It is ignored. Because sendfile triggers sigpipe when the client close the connection before the end of the transfer and we don't want it to stop the server: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi matt:
The title is what I'm wondering? I did not see the code you handle SIGPIPE, or is there some other tricks to deal this?
Beta Was this translation helpful? Give feedback.
All reactions