netty / netty-incubator-codec-http3

Experimental HTTP3 codec on top of QUIC
Apache License 2.0
167 stars 35 forks source link

Upgrade to netty-incubator-codec-quic 0.0.62.Final to fix re-ordering… #295

Closed normanmaurer closed 5 months ago

normanmaurer commented 5 months ago

… issues

Motivation:

netty-incubator-codec-quic 0.0.62.Final fixed a bug which could cause re-ordering of writes and so corrupted data.

Modifications:

Upgrade and so fix possible data corruption

Result:

No more out-of-order writes