Make WordPress Core

Opened 8 years ago

Last modified 2 years ago

#37459 new enhancement

Add additional layer in WP_Http to support parallel requests without requiring use of Requests directly

Reported by: ocean90's profile ocean90 Owned by:
Milestone: Future Release Priority: normal
Severity: normal Version:
Component: HTTP API Keywords: has-patch has-unit-tests
Focuses: Cc:

Description

Follow-up to #33055.

Requests supports parallel requests but we should provide this support through the existing WP_Http API.

Some initial work was done by @wonderboymusic in ticket:33055:33055.diff.

Change History (3)

#1 @ocean90
4 years ago

  • Milestone set to Future Release

This ticket was mentioned in PR #3022 on WordPress/wordpress-develop by srtfisher.


2 years ago
#2

  • Keywords has-patch has-unit-tests added; needs-patch removed

#3 @sean212
2 years ago

Hey @ocean90 and @wonderboymusic,

I've pushed up a patch/pull request that will enable concurrent HTTP requests with wp_remote_*() function calls or through WP_Http directly. Quite excited to use this, let me know what modifications are needed if any.

Note: See TracTickets for help on using tickets.