#5762·quic-go

flip default for RESET_STREAM_AT extension

Author: marten-seemannCreated Jul 24, 2026Updated Aug 14, 2026
LabelsAPIblocked

Currently, we have a Config.EnableStreamResetPartialDelivery flag. There's really no good reason to not enable this extension for every connection, so we should make this a DisableStreamResetPartialDelivery, so it's enabled by default, unless the application explicitly disables it.

We could also consider removing it altogether (and maybe introduce an env to disable it as an escape hatch).


This will likely happen when RESET_STREAM_AT ships as an RFC.