[
https://issues.apache.org/jira/browse/TS-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leif Hedstrom updated TS-3675:
------------------------------
Fix Version/s: (was: sometime)
6.1.0
> Make HTTP/2 upgrade contexts handle bad settings properly
> ---------------------------------------------------------
>
> Key: TS-3675
> URL: https://issues.apache.org/jira/browse/TS-3675
> Project: Traffic Server
> Issue Type: Bug
> Components: HTTP/2
> Reporter: Leif Hedstrom
> Fix For: 6.1.0
>
>
> Right now, we have:
> {code}
> if (!http2_parse_settings_parameter(make_iovec(out_buf + nbytes,
> HTTP2_SETTINGS_PARAMETER_LEN), param) ||
> !http2_settings_parameter_is_valid(param)) {
> // TODO ignore incoming invalid parameters and send suitable
> SETTINGS frame.
> {code}
> And then we continue trying to set the "invalid" parameter anyways.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)