yhirose/cpp-httplib

Failed to write connection

HanChinese-LIURUI opened this issue · 2 comments

Hello, in actual use, httplib::Result will occasionally report this error Failed to write connection, what is the possible problem?

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.

Ok, thank you for your answer