Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[go1.15] apimachinery/pkg/util/proxy: Drop identity transfer-encoding
ref: https://tip.golang.org/doc/go1.15#net/http Parsing is now stricter as a hardening measure against request smuggling attacks: non-ASCII white space is no longer trimmed like SP and HTAB, and support for the "identity" Transfer-Encoding was dropped. Signed-off-by: Stephen Augustus <saugustus@vmware.com>
- Loading branch information