You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSL_shutdown() tries to send the close_notify shutdown alert to the peer. When the peer has shutdown, kernel will send a SIGPIPE to client, so we must catch the signal.
The text was updated successfully, but these errors were encountered:
Hey @ismaell sorry for being idle for 2 weeks, but I was having a bad time building the axel project. It couldn't be built rn because of the zh_TW.po formatting issue:
SSL_shutdown() tries to send the close_notify shutdown alert to the peer. When the peer has shutdown, kernel will send a SIGPIPE to client, so we must catch the signal.
The text was updated successfully, but these errors were encountered: