[wp-trac] [WordPress Trac] #33055: Support Parallel HTTP Requests in WP_Http, et al

WordPress Trac noreply at wordpress.org
Fri May 13 05:10:54 UTC 2016


#33055: Support Parallel HTTP Requests in WP_Http, et al
------------------------------------------+--------------------------
 Reporter:  wonderboymusic                |       Owner:  rmccue
     Type:  task (blessed)                |      Status:  assigned
 Priority:  high                          |   Milestone:  4.6
Component:  HTTP API                      |     Version:
 Severity:  normal                        |  Resolution:
 Keywords:  dev-feedback has-patch early  |     Focuses:  performance
------------------------------------------+--------------------------

Comment (by rmccue):

 In [changeset:"37429"]:
 {{{
 #!CommitTicketReference repository="" revision="37429"
 HTTP API: Add browser compatibility hook for 3xx redirects.

 WordPress erroneously follows browser-style behaviour with 3xx redirects,
 where a POST to 302 becomes a GET. Requests instead follows the
 specification and keeps the same method. Requests also exposes a hook to
 allow changing the behaviour.

 [37428] used the wrong method of adding this hook, now corrected.

 See #33055.
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/33055#comment:31>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list