RFR: 8303965: java.net.http.HttpClient should reset the stream if response headers contain malformed header fields [v2]
Daniel Fuchs
dfuchs at openjdk.org
Fri Mar 10 16:04:15 UTC 2023
On Fri, 10 Mar 2023 14:27:21 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> According to RFC 7540:
>>
>> Endpoints MUST treat a request or response that contains
>> undefined or invalid pseudo-header fields as malformed (Section 8.1.2.6).
>>
>> Section-8.1.2.6 Malformed requests or responses that are detected MUST be treated as a stream error (Section 5.4.2) of type PROTOCOL_ERROR.
>>
>> The current behavior is to close the connection with protocol error. This change makes it reset the stream instead.
>
> Daniel Fuchs has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>
> - add bug id to test
> - Merge branch 'master' into MalformedResponse-8303965
> - 8303965
HttpClient tests are stable and tier2 passed
-------------
PR: https://git.openjdk.org/jdk/pull/12976
More information about the net-dev
mailing list