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
In #247, the ability to set an optional timeout on the protocol config was added. But the timeout is just advisory: it is passed along to the server via a protocol-specific timeout header, but not the operation is not canceled by the client after the timeout elapses.
The text was updated successfully, but these errors were encountered:
Adds support for triggering client-side timeouts if the client is
configured to do so. Resolves several previously opted-out conformance
tests.
Resolves#267.
---------
Signed-off-by: Michael Rebello <[email protected]>
In #247, the ability to set an optional timeout on the protocol config was added. But the timeout is just advisory: it is passed along to the server via a protocol-specific timeout header, but not the operation is not canceled by the client after the timeout elapses.
The text was updated successfully, but these errors were encountered: