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

WordPress Trac noreply at wordpress.org
Wed Oct 28 06:46:20 UTC 2015


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

Comment (by rmccue):

 Initial patch for Requests added, Mr @wonderboymusic.

 In this first patch, I've done essentially no changes that remove existing
 code. This means there's now a bunch of WP_Http that isn't relevant or
 used, but I'm erring heavily on the side of caution here. If you'd prefer,
 I can gut these methods. (`WP_Http::make_absolute_url` can also be
 replaced with `Requests_IRI::absolutize` as well.)

 We can also remove the HTTP tests from the core tests if you'd like, since
 they're all covered by Requests' tests already. This will fix the
 occasional failures we get in the tests as well, which is a bonus.

 This needs sign-off from @dd32.

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


More information about the wp-trac mailing list