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

Possible streaming body divergence on Windows #207

Open
aturon opened this issue Nov 16, 2022 · 1 comment
Open

Possible streaming body divergence on Windows #207

aturon opened this issue Nov 16, 2022 · 1 comment

Comments

@aturon
Copy link
Contributor

aturon commented Nov 16, 2022

In #188, we found that Windows behaves differently than Unix-based platforms with respect to streaming bodies. In particular, the test tries to carefully construct a situation where we expect backpressure on a streaming body, and on Windows that backpressure seems to be cleared without either server or client side taking explicit action.

It's not clear whether this behavior difference stems from the client or the server side; in both cases we are using Hyper.

@JakeChampion
Copy link
Contributor

I see the same tests consistently fail when using an Apple M1 Pro running macOS Monterey 12.4

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

No branches or pull requests

2 participants