Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add a feature flag to ignore connection headers #705

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 19, 2023

  1. Feat: Add a feature flag to ignore connection headers

    According to the RFC, when encountering connection headers, H2 should
    treat them as protocol errors. However, in reality there are servers
    just setting these headers but only for informational purpose.
    
    This feature allow the receiving end to just ignore these headers
    without bailing the entire stream.
    eaufavor committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9dbf011 View commit details
    Browse the repository at this point in the history