[wp-trac] Re: [WordPress Trac] #7770: HTTP API: Chunked transfer decode fails.

WordPress Trac wp-trac at lists.automattic.com
Mon Sep 22 16:47:58 GMT 2008


#7770: HTTP API: Chunked transfer decode fails.
-----------------------+----------------------------------------------------
 Reporter:  DD32       |        Owner:  anonymous
     Type:  defect     |       Status:  new      
 Priority:  normal     |    Milestone:  2.7      
Component:  General    |      Version:  2.7      
 Severity:  normal     |   Resolution:           
 Keywords:  has-patch  |  
-----------------------+----------------------------------------------------
Comment (by Otto42):

 Yes, this is definitely a curl thing. If curl receives a chunked message,
 then it passes back a single non-chunked response to PHP, but it also
 leaves the Transfer-Encoding: chunked header.

 Probably should make the curl module always assume the message is not
 chunked, since curl deals with it for you.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/7770#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list