netty / netty-incubator-codec-http3

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

Use PendingWriteQueue for queuing frames #284

Closed normanmaurer closed 6 months ago

normanmaurer commented 6 months ago

Motivation:

We should just use PendingWriteQueue to queue data as this will also correctly affect channel writabililty.

Modifications:

Result:

Correctly update channel writability when queuing