netty/netty-incubator-codec-http3

NPE in QpackEncoder.streamCancellation()

poisonriver opened this issue · 4 comments

I would like to resurrect the issue #252
The only solution I found to eliminate this error is to check streamTrackers for null here https://github.com/netty/netty-incubator-codec-http3/blob/main/src/main/java/io/netty/incubator/codec/http3/QpackEncoder.java#L156
But I don't think this is a real 'fix'

@poisonriver I need a way to reproduce it :(

@poisonriver I need a way to reproduce it :(
@normanmaurer It happens when a request is cancelled in a browser while it's still downloading the data

@poisonriver can you give me an example server code you use that will show the problem when access it via safari / chrome ?

@normanmaurer Thank you!