wiki.techinc.nl/includes/http
daniel d599a54e5f HttpRequestFactory: allow 0 to mean no max timeout.
$wgHTTPMaxTimeout and $wgHTTPMaxConnectTimeout used to default to INF,
the positive infinity float value. This value has no representation in
JSON. In order to allow default configuration values to be defined in
a JsonSchema, we allow 0 to be used to represent "no limit" instead.

Bug: T294788
Change-Id: Id1b832b46ac6984655dcf0c06d5af7d356cca800
2022-01-28 18:40:03 +01:00
..
GuzzleHttpRequest.php
Http.php
HttpRequestFactory.php HttpRequestFactory: allow 0 to mean no max timeout. 2022-01-28 18:40:03 +01:00
MWCallbackStream.php
MWHttpRequest.php
MwHttpRequestToResponseInterfaceAdapter.php