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
I was going to say that the client removes a few seconds from the reported timeout to avoid a race condition, but checking the code revealed that this code has been removed at some point. So this would indeed explain the exception. I'll have to investigate why this was removed.
Some calls between our services end up with strange error:
On the server side there is not much information, but I noticed this:
The communitation is on the
localhost
I found that HTTPServer and HTTPClient by default uses the same keep-alive timeout:
vibe.d/http/vibe/http/client.d
Line 254 in f5f35b6
vibe.d/http/vibe/http/server.d
Line 655 in af86e65
Could this theoretically lead to the described problem?
The text was updated successfully, but these errors were encountered: