[wp-trac] [WordPress Trac] #29719: Connection error to WordPres.org when HTTP calls disabled
WordPress Trac
noreply at wordpress.org
Sat Sep 20 22:00:26 UTC 2014
#29719: Connection error to WordPres.org when HTTP calls disabled
----------------------------+-----------------------------
Reporter: grapplerulrich | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: HTTP API | Version: 4.0
Severity: normal | Keywords:
Focuses: administration |
----------------------------+-----------------------------
When the HTTP calls are disabled with either the filter or constant there
is an connection error on `/wp-admin/update-core.php`
{{{
add_filter( 'pre_http_request', '__return_true', 100 );
define( 'WP_HTTP_BLOCK_EXTERNAL', true );
}}}
The error comes from [https://github.com/WordPress/WordPress/blob/master
/wp-includes/update.php#L457 wp-includes/update.php#L457]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29719>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list