Trying to do a HEAD request on an http/2 server that uses response bodies that don't implement HttpBody::is_end_stream (so that it sometimes return true) fail with an http2 protocol error.
I noticed this while wrapping a hyper::Body but not passing though is_end_stream
Trying to do a HEAD request on an http/2 server that uses response bodies that don't implement
HttpBody::is_end_stream(so that it sometimes returntrue) fail with an http2 protocol error.I noticed this while wrapping a
hyper::Bodybut not passing thoughis_end_stream