grizzly
grizzly copied to clipboard
Grizzly
Results
13
grizzly issues
Sort by
recently updated
recently updated
newest added
* Follow-up: https://github.com/eclipse-ee4j/grizzly/pull/2054
RFC 9110 specifies that only the following characters are allowed within header names: ``` field-name = token token = 1*tchar tchar = "!" / "#" / "$" / "%" /...
This is a PR for Issue #2212. The patch contains two contents. 1. If the HTTP header name contains `\r\n` and it is an incomplete packet, ignore it and proceed...