You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2016/08/16 22:49:20 UTC

[jira] [Updated] (TS-3675) Make HTTP/2 upgrade contexts handle bad settings properly

     [ https://issues.apache.org/jira/browse/TS-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Call updated TS-3675:
---------------------------
    Priority: Minor  (was: Major)

> 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
>            Priority: Minor
>             Fix For: sometime
>
>
> 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)