[wp-trac] [WordPress Trac] #18273: Flaw in WP_Http_Encoding::accept_encoding() or related.
WordPress Trac
wp-trac at lists.automattic.com
Thu Jul 28 01:24:40 UTC 2011
#18273: Flaw in WP_Http_Encoding::accept_encoding() or related.
--------------------------+------------------------------
Reporter: jfarthing84 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: HTTP | Version: 3.2.1
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by dd32):
Can you capture/dump out the full headers being sent, and the raw data
being recieved before WP_HTTP processes it?
You should be able to get that just by var_dump()'ing at the right spots
before the request is made, and directly after it in class-http.php, If
you're developing on localhost, You can could also catch that with a
packet sniffer such as Wireshark.
Alternativly, if theres a url thats public that exhibits the problem, I
might be able to test directly against that as well..
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18273#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list