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
This log was generated from https://github.com/riveroon/twitch-archive/tree/debug_hls with a custom future which logs every poll() requests.
The main, media, client, and body in the logs are here, here, here and here, respectively.
(I know this seems stupid - but I wanted to know if body_bytes was blocking inside a call, or simply not calling Waker.)
Enabled features are: surf = { version = "2", default_features = false, features = ["h1-client-rustls", "encoding"] }
The text was updated successfully, but these errors were encountered:
riveroon
changed the title
Response::body_bytes may never return Poll::Ready(..)Response::body_bytes does not timeout properly
Sep 1, 2023
riveroon
changed the title
Response::body_bytes does not timeout properly
`Response::body_bytes’ does not timeout properly
Sep 1, 2023
riveroon
changed the title
`Response::body_bytes’ does not timeout properlyResponse::body_bytes does not timeout properly
Sep 1, 2023
riveroon
changed the title
Response::body_bytes does not timeout properlyResponse::body_bytes does not timeout properly
Sep 1, 2023
Awaiting on
Response::body_bytes
may not return properly, even when timeout is set with set_timeout.Relevant log file
This log was generated from https://github.com/riveroon/twitch-archive/tree/debug_hls with a custom future which logs every
poll()
requests.The main, media, client, and body in the logs are here, here, here and here, respectively.
(I know this seems stupid - but I wanted to know if body_bytes was blocking inside a call, or simply not calling Waker.)
Enabled features are:
surf = { version = "2", default_features = false, features = ["h1-client-rustls", "encoding"] }
The text was updated successfully, but these errors were encountered: