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

fix(client): add missing without_shutdown method #3430

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

kiron1
Copy link
Contributor

@kiron1 kiron1 commented Nov 20, 2023

in client::conn::http1::Connection the method poll_without_shutdown references without_shutdown in its documentation, but the method without_shutdown is not present in the code. This PR copies without_shutdown from hyper 0.14.x: https://github.com/hyperium/hyper/blob/0.14.x/src/client/conn.rs#L520-L528

@kiron1 kiron1 force-pushed the hyper-1.0-client-without_shutdown branch from ec5c388 to e1cb83d Compare November 20, 2023 08:49
@kiron1 kiron1 force-pushed the hyper-1.0-client-without_shutdown branch from e1cb83d to ce1e2b5 Compare November 20, 2023 09:13
@seanmonstar seanmonstar merged commit 210bfaa into hyperium:master Nov 21, 2023
20 checks passed
@kiron1 kiron1 deleted the hyper-1.0-client-without_shutdown branch November 22, 2023 00:36
0xE282B0 pushed a commit to 0xE282B0/hyper that referenced this pull request Jan 12, 2024
0xE282B0 pushed a commit to 0xE282B0/hyper that referenced this pull request Jan 16, 2024
…perium#3430)

Signed-off-by: Sven Pfennig <s.pfennig@reply.de>
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.

3 participants