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 {
352
352
const char *accept = ACCEPT_ALL;
353
353
const char *accept_encoding = IDENTITY;
354
354
bool is_ready = false ;
355
- int32_t clientTimeout = URL_CLIENT_TIMEOUT; // 60000;
355
+ size_t clientTimeout = URL_CLIENT_TIMEOUT; // 60000;
356
356
void (*http_connect_callback)(HttpRequest &request, Url &url,
357
357
HttpRequestHeader &request_header) = nullptr ;
358
358
bool is_chunked_output_active = false ;
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ class CatStream : public BaseStream {
241
241
bool is_active = false ;
242
242
void (*begin_callback)(Stream *stream) = nullptr ;
243
243
void (*end_callback)(Stream *stream) = nullptr ;
244
- uint_fast32_t _timeout = 0 ;
244
+ size_t _timeout = 0 ;
245
245
246
246
// / moves to the next stream if necessary: returns true if we still have a
247
247
// / valid stream
You can’t perform that action at this time.
0 commit comments