mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
replace usage of [[deprecated]] with CPPHTTPLIB_DEPRECATED (#513)
This commit is contained in:
parent
05e8b22989
commit
919a51091f
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@ public:
|
|||
|
||||
void stop();
|
||||
|
||||
[[deprecated]] void set_timeout_sec(time_t timeout_sec);
|
||||
CPPHTTPLIB_DEPRECATED void set_timeout_sec(time_t timeout_sec);
|
||||
void set_connection_timeout(time_t sec, time_t usec = 0);
|
||||
void set_read_timeout(time_t sec, time_t usec = 0);
|
||||
void set_write_timeout(time_t sec, time_t usec = 0);
|
||||
|
|
Loading…
Reference in a new issue