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

h2: add max_pending_accept_reset_streams configuration option #3201

Merged
merged 7 commits into from Apr 13, 2023

Conversation

Noah-Kennedy
Copy link
Contributor

@Noah-Kennedy Noah-Kennedy commented Apr 13, 2023

This allows users to set the configuration option from hyperium/h2#668.

src/proto/h2/server.rs Outdated Show resolved Hide resolved
src/server/conn.rs Outdated Show resolved Hide resolved
This allows users to set the configuration option from hyperium/h2#668.
Cargo.toml Outdated Show resolved Hide resolved
src/proto/h2/server.rs Outdated Show resolved Hide resolved
src/server/conn.rs Outdated Show resolved Hide resolved
Noah-Kennedy and others added 4 commits April 13, 2023 11:36
@Noah-Kennedy
Copy link
Contributor Author

@hawkw I've addressed your feedback

@seanmonstar
Copy link
Member

Does it seem likely people want to configure this on the client? I'm guessing since hyper disables server push, there's nothing to worry about?

@Noah-Kennedy
Copy link
Contributor Author

Does it seem likely people want to configure this on the client? I'm guessing since hyper disables server push, there's nothing to worry about?

I don't think we need client configuration for now, if someone asks then we can add it IMO.

@Noah-Kennedy
Copy link
Contributor Author

Like you said, we don't support server push anyways for the client.

Copy link
Contributor

@hawkw hawkw left a comment

Choose a reason for hiding this comment

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

some last docs quibbles, but LGTM otherwise!

src/server/conn.rs Outdated Show resolved Hide resolved
Co-authored-by: Eliza Weisman <eliza@buoyant.io>
@Noah-Kennedy
Copy link
Contributor Author

I committed your suggestions

@seanmonstar seanmonstar merged commit a6f7571 into hyperium:0.14.x Apr 13, 2023
19 checks passed
@Noah-Kennedy Noah-Kennedy deleted the noah/h2-resets branch April 13, 2023 18:40
bors bot added a commit to TeamHarTex/HarTex that referenced this pull request Apr 14, 2023
771: Update Rust crate hyper to 0.14.26 r=HTG-YT a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [hyper](https://hyper.rs) ([source](https://togithub.com/hyperium/hyper)) | dependencies | patch | `0.14.25` -> `0.14.26` |

---

### Release Notes

<details>
<summary>hyperium/hyper</summary>

### [`v0.14.26`](https://togithub.com/hyperium/hyper/releases/tag/v0.14.26)

[Compare Source](https://togithub.com/hyperium/hyper/compare/v0.14.25...v0.14.26)

#### Features

-   **http2:** add `max_pending_accept_reset_streams` configuration option ([#&#8203;3201](https://togithub.com/hyperium/hyper/issues/3201)) ([a6f7571a](https://togithub.com/hyperium/hyper/commit/a6f7571a5299793aef8f1aa4194574438b9df64c))

#### New Contributors

-   [`@&#8203;Noah-Kennedy](https://togithub.com/Noah-Kennedy)` made their first contribution in [hyperium/hyper#3201

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/TeamHarTex/HarTex).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
seanmonstar pushed a commit that referenced this pull request Dec 29, 2023
…/2 server builder (#3507)

In places where required, the `max_pending_accept_reset_streams` option was reimplemented, as in PR #3201

cc #3461
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.

None yet

5 participants