mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
Added a missing member in copy_settings.
This commit is contained in:
parent
e00ad37580
commit
75fdb06696
1 changed files with 1 additions and 0 deletions
|
@ -5283,6 +5283,7 @@ inline void ClientImpl::copy_settings(const ClientImpl &rhs) {
|
|||
keep_alive_ = rhs.keep_alive_;
|
||||
follow_location_ = rhs.follow_location_;
|
||||
url_encode_ = rhs.url_encode_;
|
||||
address_family_ = rhs.address_family_;
|
||||
tcp_nodelay_ = rhs.tcp_nodelay_;
|
||||
socket_options_ = rhs.socket_options_;
|
||||
compress_ = rhs.compress_;
|
||||
|
|
Loading…
Reference in a new issue