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

h2spec http2 8.1.2.6 fails #9272

Closed
danielkec opened this issue Sep 23, 2024 · 0 comments · Fixed by #9520
Closed

h2spec http2 8.1.2.6 fails #9272

danielkec opened this issue Sep 23, 2024 · 0 comments · Fixed by #9520
Assignees
Labels
4.x Version 4.x bug Something isn't working P2 webserver

Comments

@danielkec
Copy link
Contributor

Environment Details

  • Helidon Version: 4.1.1

Problem Description

  8. HTTP Message Exchanges
    8.1. HTTP Request/Response Exchange
      8.1.2. HTTP Header Fields
        8.1.2.6. Malformed Requests and Responses
          using source address 127.0.0.1:59750
          × 1: Sends a HEADERS frame with the "content-length" header field which does not equal the DATA frame payload length
            -> The endpoint MUST treat this as a stream error of type PROTOCOL_ERROR.
               Expected: GOAWAY Frame (Error Code: PROTOCOL_ERROR)
                         RST_STREAM Frame (Error Code: PROTOCOL_ERROR)
                         Connection closed
                 Actual: DATA Frame (length:2, flags:0x01, stream_id:1)
          using source address 127.0.0.1:59752
          × 2: Sends a HEADERS frame with the "content-length" header field which does not equal the sum of the multiple DATA frames payload length
            -> The endpoint MUST treat this as a stream error of type PROTOCOL_ERROR.
               Expected: GOAWAY Frame (Error Code: PROTOCOL_ERROR)
                         RST_STREAM Frame (Error Code: PROTOCOL_ERROR)
                         Connection closed
                 Actual: DATA Frame (length:2, flags:0x01, stream_id:1)
@github-project-automation github-project-automation bot moved this to Triage in Backlog Sep 23, 2024
@danielkec danielkec self-assigned this Sep 23, 2024
@danielkec danielkec changed the title h2spec 8.1.2.6 fails h2spec http2 8.1.2.6 fails Sep 23, 2024
@m0mus m0mus added bug Something isn't working P2 4.x Version 4.x labels Sep 26, 2024
@m0mus m0mus moved this from Triage to Sprint Scope in Backlog Sep 26, 2024
@m0mus m0mus moved this from Sprint Scope to High priority in Backlog Sep 26, 2024
@github-project-automation github-project-automation bot moved this from Sprint Scope to Closed in Backlog Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x bug Something isn't working P2 webserver
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants