Ticket #49005: 49005.patch
File 49005.patch, 998 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/class-http.php
109 109 * 'TRACE', 'OPTIONS', or 'PATCH'. 110 110 * Some transports technically allow others, but should not be 111 111 * assumed. Default 'GET'. 112 * @type int$timeout How long the connection should stay open in seconds. Default 5.112 * @type float $timeout How long the connection should stay open in seconds. Default 5. 113 113 * @type int $redirection Number of allowed redirects. Not supported by all transports 114 114 * Default 5. 115 115 * @type string $httpversion Version of the HTTP protocol to use. Accepts '1.0' and '1.1'.