Opened 3 years ago
Closed 3 years ago
#11640 closed defect (bug) (fixed)
Increase Plugins API timeout, Check for Error conditions on plugin results
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Upgrade/Install | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch tested |
| Cc: |
Description
At present, 2 of the plugin listing tables doesnt check to see if valid data is returned from the !wordpress.org api.
In addition, I've increased the timeout to 15 seconds, as it was timing out while running on a high latency link.
See patch
Attachments (2)
Change History (5)
- Keywords tested added
with both patches, the API continues to work fine including with an external API handler.
Note: See
TracTickets for help on using
tickets.

Reviewed the patched, looked OK so far, made the checks more propper and tweaking according to coding guidelines.