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

http2: Fix various warnings #1705

Merged
merged 11 commits into from
Nov 8, 2022
Merged

http2: Fix various warnings #1705

merged 11 commits into from
Nov 8, 2022

Commits on Nov 8, 2022

  1. fw/http_frame: Do not pass the data to upper layer (H2 parser)

    if there was an error in a stream state transition
    
    Signed-off-by: Petr Vyazovik <[email protected]>
    s0nx committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    8281c03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91897f3 View commit details
    Browse the repository at this point in the history
  3. fw/http_parser: Remove redudant WARN_ON_ONCE() while dropping the req…

    …uest
    
    due to the duplicate header presence
    
    Signed-off-by: Petr Vyazovik <[email protected]>
    s0nx committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b6d06b1 View commit details
    Browse the repository at this point in the history
  4. fw/gfsm: Enabled debug prints

    Signed-off-by: Petr Vyazovik <[email protected]>
    s0nx committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    ce42940 View commit details
    Browse the repository at this point in the history
  5. fw/http_stream: Permit sending immediate H2 reply in non half-closed …

    …remote state
    
    When request is blocked by Frang we might need to send the reply while in OPEN stream state
    
    Signed-off-by: Petr Vyazovik <[email protected]>
    s0nx committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    0aba1a7 View commit details
    Browse the repository at this point in the history
  6. fw/hpack: Obtain :method value id from dynamic HPACK table entry when

              it cannot be determined using static table
    
    Signed-off-by: Petr Vyazovik <[email protected]>
    s0nx committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    7295db5 View commit details
    Browse the repository at this point in the history
  7. fw/http_parser: Reset internal parser state after if-modified-since

    … hdr parsing
    
    Signed-off-by: Petr Vyazovik <[email protected]>
    s0nx committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    552ef1f View commit details
    Browse the repository at this point in the history
  8. fw/hpack: Change header field representation parsing logs

    to make it clear which particular encoding scheme is used
    
    Signed-off-by: Petr Vyazovik <[email protected]>
    s0nx committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c84c38a View commit details
    Browse the repository at this point in the history
  9. fw/http: Update comment sections

    Signed-off-by: Petr Vyazovik <[email protected]>
    s0nx committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a3abb35 View commit details
    Browse the repository at this point in the history
  10. fw/http_parser: Reformat code

    Signed-off-by: Petr Vyazovik <[email protected]>
    s0nx committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    dcd37d9 View commit details
    Browse the repository at this point in the history
  11. fw/http_stream: Update copyright notice

    Signed-off-by: Petr Vyazovik <[email protected]>
    s0nx committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    1918efb View commit details
    Browse the repository at this point in the history