Changeset 38728 for branches/4.6/src/wp-includes/class-http.php
- Timestamp:
- 10/05/2016 03:26:37 AM (7 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-includes/class-http.php
r38485 r38728 333 333 if ( ! $r['sslverify'] ) { 334 334 $options['verify'] = false; 335 $options['verifyname'] = false; 335 336 } else { 336 337 $options['verify'] = $r['sslcertificates']; … … 362 363 } 363 364 } 364 365 // Work around a bug in Requests when the path starts with // See https://github.com/rmccue/Requests/issues/231366 $url = preg_replace( '!^(\w+://[^/]+)//(.*)$!i', '$1/$2', $url );367 365 368 366 try {
Note: See TracChangeset
for help on using the changeset viewer.