Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for Timeout and Trailers #3854

Merged
merged 26 commits into from
Nov 27, 2024
Merged

Conversation

metcoder95
Copy link
Member

This relates to...

Rationale

Changes

Features

Bug Fixes

Breaking Changes and Deprecations

Status

@metcoder95 metcoder95 requested review from mcollina and ronag November 20, 2024 11:32
@@ -278,6 +283,7 @@ function shouldSendContentLength (method) {
}

function writeH2 (client, request) {
const requestTimeout = request.bodyTimeout ?? client[kBodyTimeout]
Copy link
Member Author

Choose a reason for hiding this comment

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

I was quite unsure if using the bodyTimeout for this, and adding a new one. But given the nature of the timeout, using the body's one should be enough.

@metcoder95 metcoder95 mentioned this pull request Nov 20, 2024
7 tasks
@metcoder95 metcoder95 requested a review from mcollina November 22, 2024 09:45
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm once windows passes

@metcoder95 metcoder95 force-pushed the feat/http2_remaining_bits branch from e438544 to 91cf1a0 Compare November 27, 2024 09:48
@metcoder95 metcoder95 force-pushed the feat/http2_remaining_bits branch from 91cf1a0 to da7e78b Compare November 27, 2024 09:53
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@mcollina mcollina merged commit 513e213 into main Nov 27, 2024
37 checks passed
@mcollina mcollina deleted the feat/http2_remaining_bits branch November 27, 2024 14:16
@github-actions github-actions bot mentioned this pull request Dec 3, 2024
This was referenced Dec 16, 2024
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.

2 participants