Make WordPress Core

Ticket #49005: 49005.patch

File 49005.patch, 998 bytes (added by georgestephanis, 5 years ago)
  • src/wp-includes/class-http.php

     
    109109         *                                             'TRACE', 'OPTIONS', or 'PATCH'.
    110110         *                                             Some transports technically allow others, but should not be
    111111         *                                             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.
    113113         *     @type int          $redirection         Number of allowed redirects. Not supported by all transports
    114114         *                                             Default 5.
    115115         *     @type string       $httpversion         Version of the HTTP protocol to use. Accepts '1.0' and '1.1'.