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

HTTP stream reset should be asynchronous. #5412

Merged
merged 1 commit into from
Dec 2, 2024
Merged

HTTP stream reset should be asynchronous. #5412

merged 1 commit into from
Dec 2, 2024

Conversation

vietj
Copy link
Member

@vietj vietj commented Dec 2, 2024

Motivation:

HTTP stream reset API was incorrectly designed to return a synchronous boolean indicating the outcome of the reset. Resetting a stream involves an interaction with the HTTP connection and instead should be asynchrnous.

Changes:

Change the HTTP stream API to asynchronous.

Motivation:

HTTP stream reset API was incorrectly designed to return a synchronous boolean indicating the outcome of the reset. Resetting a stream involves an interaction with the HTTP connection and instead should be asynchrnous.

Changes:

Change the HTTP stream API to asynchronous.
@vietj vietj added this to the 5.0.0 milestone Dec 2, 2024
@vietj vietj self-assigned this Dec 2, 2024
@vietj vietj merged commit 001a07c into master Dec 2, 2024
8 checks passed
@vietj vietj deleted the async-reset-api branch December 2, 2024 10:43
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