[wp-trac] [WordPress Trac] #33055: Support Parallel HTTP Requests in WP_Http, et al
WordPress Trac
noreply at wordpress.org
Wed Jul 13 15:51:00 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: needs-patch needs-dev-note | Focuses: performance
----------------------------------------+--------------------------
Comment (by ocean90):
In [changeset:"38054"]:
{{{
#!CommitTicketReference repository="" revision="38054"
HTTP API: Pass proxy settings to Requests.
`WP_HTTP_Proxy()` is used directly in `WP_Http_Curl()` and
`WP_Http_Streams()`. Since `WP_Http::request()` doesn't use them anymore
we have to move the proxy handling into `WP_Http::request()` so the proxy
data can be passed to `Requests::request()`.
Props rmccue.
See #33055.
Fixes #37107.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33055#comment:67>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list