commit | cb65428710d70abdaf101defa9cd7eaddff9d925 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Mon Sep 21 16:09:47 2015 +0200 |
committer | Chris Broadfoot <cbro@golang.org> | Tue Sep 22 06:40:33 2015 +0000 |
tree | 00043f51d00e680f5a391d559df192bd942afb71 | |
parent | 8f3395902d3f57887dd11b60d837785107304df4 [diff] |
[release-branch.go1.4] net/http: backport some potential request smuggling vectors from Go 1.5 This CL contains the verbatim tests from these two changes, but with alternate minimal fixes against the 1.4 tree: https://go-review.googlesource.com/#/c/12865/ https://go-review.googlesource.com/#/c/13148/ Change-Id: If98c2198e24e30e14a3b7b5e954b504d1f18db89 Reviewed-on: https://go-review.googlesource.com/14802 Reviewed-by: Rob Pike <r@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Andrew Gerrand <adg@golang.org> Reviewed-by: Chris Broadfoot <cbro@golang.org> Run-TryBot: Chris Broadfoot <cbro@golang.org>