﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
9754	all calls to should_defalate are passing wrong argument	wnorris		All of the calls to `WP_Http_Encoding::should_decode()` are passing the argument `$theHeaders` (or whatever that variable is named for that function. ''btw, why is it so inconsistent?'').  This array contains two keys 'headers' and 'cookies'.  `should_decode()` is expecting only the 'headers' array, so every call to `should_decode` needs to be updated to pass `$theHeaders['headers']`.  Otherwise, HTTP responses are never decompressed.	defect (bug)	closed	high	2.8	HTTP	2.8	major	fixed	http has_patch	wnorris
