Failed to write connection
HanChinese-LIURUI opened this issue · 2 comments
HanChinese-LIURUI commented
Hello, in actual use, httplib::Result will occasionally report this error Failed to write connection, what is the possible problem?
yhirose commented
To be honest, I don't know. The reason is that it varies depending on the individual network conditions (on the server side or the client side). What comes to mind is that either the socket on the other side was closed for some reason, or the network conditions are extremely poor.
HanChinese-LIURUI commented
Ok, thank you for your answer