File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ class HttpRequest : public BaseStream {
352352 const char *accept = ACCEPT_ALL;
353353 const char *accept_encoding = IDENTITY;
354354 bool is_ready = false ;
355- int32_t clientTimeout = URL_CLIENT_TIMEOUT; // 60000;
355+ size_t clientTimeout = URL_CLIENT_TIMEOUT; // 60000;
356356 void (*http_connect_callback)(HttpRequest &request, Url &url,
357357 HttpRequestHeader &request_header) = nullptr ;
358358 bool is_chunked_output_active = false ;
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ class CatStream : public BaseStream {
241241 bool is_active = false ;
242242 void (*begin_callback)(Stream *stream) = nullptr ;
243243 void (*end_callback)(Stream *stream) = nullptr ;
244- uint_fast32_t _timeout = 0 ;
244+ size_t _timeout = 0 ;
245245
246246 // / moves to the next stream if necessary: returns true if we still have a
247247 // / valid stream
You can’t perform that action at this time.
0 commit comments