| commit | e2172e4b83ad33aef354618ce2e092db85baee1d | [log] [tgz] |
|---|---|---|
| author | mmenke <mmenke@chromium.org> | Fri Jul 15 03:14:32 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 15 03:19:47 2016 |
| tree | 6403a169c4cef2afb62fd447ab6f0bb3bcc530f3 | |
| parent | be25bfcda163dd67fc56557affd81e61781be489 [diff] |
Remove HTTP/0.9 support from HttpStreamParser. HTTP/0.9 is an ancient protocol with some fundamental design problems. This CL remove support for it, while leaving most of the code needed to support HTTP/0.9 in place, in case this has to be reverted late in the game, or we decide to add a (temporary) enterprise policy to enable it. BUG=624462 Review-Url: https://codereview.chromium.org/2144803002 Cr-Commit-Position: refs/heads/master@{#405687}