mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Http: Don't set CURLOPT_TIMEOUT
This commit is contained in:
parent
4a2c0722f7
commit
75cc0b07bb
2 changed files with 8 additions and 9 deletions
|
@ -56,7 +56,7 @@ public:
|
|||
Http& operator=(Http &&) = delete;
|
||||
|
||||
// Sets a maximum connection timeout in seconds
|
||||
Http& timeout(long timeout);
|
||||
Http& timeout_connect(long timeout);
|
||||
// Sets a maximum size of the data that can be received.
|
||||
// A value of zero sets the default limit, which is is 5MB.
|
||||
Http& size_limit(size_t sizeLimit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue