netty / netty-incubator-codec-http3

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

Let GC collect localSettings as soon as possible #281

Closed normanmaurer closed 7 months ago

normanmaurer commented 7 months ago

Motivation:

There is no need to hold a reference to the localSettings after we sent it as we only do once.

Modifications:

Result:

Less memory usage in long living connections