Skip to content

Http2 header parser can be made more performant #798

@pjfanning

Description

@pjfanning

// FIXME: later modify by adding HttpHeaderParser.parseHttp2Header that would use (name, value) pair directly

  • currently converts the strings back to bytes to parse
  • adds a hacky 'x' to the content to get the current parser to accept the byte stream
  • may need a dedicated new parser method that works at char or String level

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions