Skip to content

Conversation

@icing
Copy link
Contributor

@icing icing commented Sep 18, 2025

Rewrite the code that removes a filter from the connection and discards it. Always look at the connection, otherwise it will not work of the filter is at the top of the chain.

Change QUIC filter setup code to always tear down the chain in construction when an error occured.

HTTP proxy, do not remove the h1/h2 sub filter on close. Leave it to be discarded with the connection. Avoids keeping an additional pointer that might become dangling.

Triggered by a reported on a code bug in discard method.

reported-by: Joshua Rogers

Rewrite the code that removes a filter from the connection and
discards it. Always look at the connection, otherwise it will not
work of the filter is at the top of the chain.

Change QUIC filter setup code to always tear down the chain in
construction when an error occured.

HTTP proxy, do not remove the h1/h2 sub filter on close. Leave
it to be discarded with the connection. Avoids keeping an additional
pointer that might become dangling.

Triggered by a reported on a code bug in discard method.

reported-by: Joshua Rogers
@icing icing requested a review from bagder September 18, 2025 09:44
@bagder bagder closed this in 0f08211 Sep 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants