Skip to content
Snippets Groups Projects
Commit 0785fa25 authored by Дмитрий Кольцов's avatar Дмитрий Кольцов Committed by Dmitry Rodionov
Browse files

fix(http_server): consider timeout for establishin TCP connections in HTTP server

Due to the bug in RPC (see https://git.picodata.io/picodata/picodata/picodata/-/issues/991)
RPC call timeout does not account TCP connection establishment.
So a request to a peer without a connection was not aborted
due to timeout.
Force a timeout directly for a future returned by RPC to avoid this

Closes #991
parent 8de53aef
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment