[wp-trac] [WordPress Trac] #33055: Support Parallel HTTP Requests in WP_Http, et al
WordPress Trac
noreply at wordpress.org
Mon Jun 13 16:48:08 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 toscho):
The class `Requests_Auth_Basic` says it implements `Requests_Auth`, but it
has two unnecessary public members (making the object mutable) and three
public methods which are ''not'' specified in that interface. These
additional methods either need a separate interface or set to be private.
Otherwise using them must be seen as ''deprecated by default''. This is
not a good design. :)
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33055#comment:57>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list