Opened 2 years ago

Last modified 23 months ago

#16870 new enhancement

consider disabling HTTP transport after multiple failed requests

Reported by: dd32 Owned by:
Priority: normal Milestone: Future Release
Component: HTTP Version: 2.9
Severity: normal Keywords: 2nd-opinion needs-patch
Cc:

Description

There has been a number of reports over the lifespan of the cURL HTTP transport failing with an error during upgrades:

WP HTTP Error: name lookup timed out

This is a common error from cURL on badly configured installations (specifically, IIRC it lacks DNS Resolving in cURL, sometimes it just required an extended amount of time to resolve, others, it simply can't resolve)

Like we do with fsockopen() I think it'd be worth disabling the cURL transport for x hours when it hits this particular error condition..

Related threads: http://wordpress.org/support/topic/dashboard-issues-rss-error-wp-http-error-name-lookup-timed-out and http://wordpress.org/support/topic/plugins-update-failure Both old threads, so this may only affect a PHP4 version of cURL.. For tracking purposes, I've finally created this ticket.

Change History (5)

  • Type changed from defect (bug) to feature request

Looks like a configuration issue on a host and not a defect with wordpress.

Last edited 2 years ago by hakre (previous) (diff)
  • Keywords 2nd-opinion removed
  • Keywords 2nd-opinion added
  • Type changed from feature request to enhancement

Restoring dd32's keyword until appropriate feedback is given.

comment:4   dd322 years ago

  • Summary changed from consider disabling the cURL HTTP transport for failed requests to consider disabling HTTP transport after multiple failed requests

Looks like a configuration issue on a host and not a defect with wordpress.

Yes, That is the exact problem. The transports are designed that it uses what is available on the host, If WordPress does not take into account a transport failing, we end up in a situation where Updates Notices do not flow through amongst other things. It's in the best interests of WordPress users to protect ourselves against these issues.

  • Keywords needs-patch added

There are some similar threads on local forums too.

Note: See TracTickets for help on using tickets.