From 4a95408dd48c04cf29f14eceff4fc9bd36f41f7d Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Sun, 27 Mar 2022 17:49:39 +0200 Subject: [Net] Change HTTPRequest timeout type to double. For consistency with the Timer class and general time representation inside the engine. --- doc/classes/HTTPRequest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/HTTPRequest.xml b/doc/classes/HTTPRequest.xml index 42047a68c8..641d73e333 100644 --- a/doc/classes/HTTPRequest.xml +++ b/doc/classes/HTTPRequest.xml @@ -247,7 +247,7 @@ Maximum number of allowed redirects. - + If [code]true[/code], multithreading is used to improve performance. -- cgit v1.2.3