Skip to content

Drop HTTP recv timeout#301

Draft
ruslandoga wants to merge 3 commits intomasterfrom
rd/drop-timeout
Draft

Drop HTTP recv timeout#301
ruslandoga wants to merge 3 commits intomasterfrom
rd/drop-timeout

Conversation

@ruslandoga
Copy link
Collaborator

recv_timeout = deadline_to_timeout(deadline)

case handle_execute(handshake, params, _opts = [], conn) do
case handle_execute(handshake, params, _opts = [recv_timeout: recv_timeout], conn) do
Copy link
Collaborator Author

@ruslandoga ruslandoga Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we can add receive_timeout option similar to Finch, and document how it's different from DBConnection's timeout. We still need receive_timeout in some places like this handshake and ping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant