commit | e43d6fe94192aa4cdc0be88dd9f49b1d7b6bb31d | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Thu Jun 18 13:32:59 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jun 18 13:33:33 2020 -0700 |
tree | 179b23c682a03ad86a06f512a673a52a14fc42c6 | |
parent | b86732a4972f6d948575650f59567af2680aefb3 [diff] |
Properly ignore HTTP Infomational 1XX status codes in QUIC Our code already handled status code 100 correctly, but incorrectly treated 101-199 as the final response. This CL ensures that we parse 100 as before, but properly ignore any other 1XX header, except 101 which is disallowed. This issue was reported as <https://crbug.com/1096414>. Client-only PiperOrigin-RevId: 317169918 Change-Id: I199780f1d6862c3e5b8ff74b2135ecf7c1cc638e