You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: