Sunil Mayya
Sunil Mayya
@larseggert, thanks for checking. I would like to land this. If you/anyone is planning to submit a patch for the bug, please feel free to do so, as I won't...
> @MayyaSunil any update on when you might get to this? I will resume this early next week and hope to complete by the end of the week
@larseggert Its not okay functionality wise and needs a test
I tried propagating `neqo_transport::Connection `and calling `conn.stream_keep_alive(stream_id, true)?`. This caused panic for the following tests in streams.rs. ``` wt_client_stream_uni wt_server_stream_uni ``` The panic is originating from RecvStreams::keep_alive: ``` pub fn...