Dragana Damjanovic
Dragana Damjanovic
Currently the server API is very limited, e.g. there is no event that a stream is canceled ,etc. We may want to expand that and in that case Http3ClientEvent and...
SendMessage buffers header and on the server side also the response data. SendMessage could be simplify by using [BufferedStream](https://github.com/mozilla/neqo/blob/0961ba9dc1e36778effd8e7607665dbfa700e48c/neqo-http3/src/buffered_send_stream.rs#L11).
I wonder if we can't make a `PartialEq` implementation for headers to make this more ergonomic. `PartialEq` might be even better, but I don't know if we would be allowed...