Ticket #11557: 11557.diff
File 11557.diff, 525 bytes (added by , 16 years ago) |
---|
-
wp-includes/http.php
976 985 array( 977 986 'method' => strtoupper($r['method']), 978 987 'user_agent' => $r['user-agent'], 979 'max_redirects' => $r['redirection'] ,988 'max_redirects' => $r['redirection'] + 1, // See #11557 980 989 'protocol_version' => (float) $r['httpversion'], 981 990 'header' => $strHeaders, 982 991 'timeout' => $r['timeout'],