Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which
indicates that the script is in CGI mode.
Issue #27568 Reported and patch contributed by Rémi Rampin.
Jeff Ramnani
Varpu Rantala
Brodie Rao
++Rémi Rampin
Senko Rasic
Antti Rasinen
Nikolaus Rath
Library
-------
+ - Issue #27568: Prevent HTTPoxy attack (CVE-2016-1000110). Ignore the
+ HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates
+ that the script is in CGI mode.
+
+- Issue #7063: Remove dead code from the "array" module's slice handling.
+ Patch by Chuck.
+
- Issue #27656: Do not assume sched.h defines any SCHED_* constants.
- Issue #27130: In the "zlib" module, fix handling of large buffers