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.
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.