-
Notifications
You must be signed in to change notification settings - Fork 103
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
Commits on Nov 8, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 8281c03 - Browse repository at this point
Copy the full SHA 8281c03View commit details -
fw/http_parser: Added check for END_STREAM flag in trailer for h2 req
Signed-off-by: Petr Vyazovik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91897f3 - Browse repository at this point
Copy the full SHA 91897f3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b6d06b1 - Browse repository at this point
Copy the full SHA b6d06b1View commit details -
Signed-off-by: Petr Vyazovik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce42940 - Browse repository at this point
Copy the full SHA ce42940View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0aba1a7 - Browse repository at this point
Copy the full SHA 0aba1a7View commit details -
fw/hpack: Obtain
:method
value id from dynamic HPACK table entry whenit cannot be determined using static table Signed-off-by: Petr Vyazovik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7295db5 - Browse repository at this point
Copy the full SHA 7295db5View commit details -
fw/http_parser: Reset internal parser state after
if-modified-since
…… hdr parsing Signed-off-by: Petr Vyazovik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 552ef1f - Browse repository at this point
Copy the full SHA 552ef1fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c84c38a - Browse repository at this point
Copy the full SHA c84c38aView commit details -
fw/http: Update comment sections
Signed-off-by: Petr Vyazovik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3abb35 - Browse repository at this point
Copy the full SHA a3abb35View commit details -
Signed-off-by: Petr Vyazovik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dcd37d9 - Browse repository at this point
Copy the full SHA dcd37d9View commit details -
fw/http_stream: Update copyright notice
Signed-off-by: Petr Vyazovik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1918efb - Browse repository at this point
Copy the full SHA 1918efbView commit details