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
If you use responseStreaming when building the body of a push promise, the client receives a RSTStreamFrame InternalError (tested with the http2-client-exe package). This is caused by a fromJust in the frameSender function: Push promises with a streamed body are not output with a stream queue so the current implementation just crashes.
The text was updated successfully, but these errors were encountered:
If you use
responseStreaming
when building the body of a push promise, the client receives aRSTStreamFrame InternalError
(tested with the http2-client-exe package). This is caused by afromJust
in theframeSender
function: Push promises with a streamed body are not output with a stream queue so the current implementation just crashes.The text was updated successfully, but these errors were encountered: