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
If the server is not able to read with one call the entire client request, which is sent over TCP, the server wrongly presumes that the client is disconnected and throws an exception (function read_from_socket in file Shim.ml).
The problem can be usually reproduced by simply sending the requests using two send calls on the client side.
From @pfons on April 13, 2016 2:31
If the server is not able to read with one call the entire client request, which is sent over TCP, the server wrongly presumes that the client is disconnected and throws an exception (function read_from_socket in file Shim.ml).
The problem can be usually reproduced by simply sending the requests using two send calls on the client side.
Copied from original issue: uwplse/verdi#41
The text was updated successfully, but these errors were encountered: