mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() On some platforms, it's possible that logging flow may reset errno. In the case where we try to log errno on those platforms and afterwards try to query it, we will get a nasty surprise that the logged errno is destroyed by the time we come to test it. In the two cases of this in the tree at the moment, sample errno into a temp and log and test the temp. Thanks to Sakthi Ramabadran for finding this. |
||
---|---|---|
.. | ||
client-handshake.c | ||
client-http.c |