Skip to content

Commit

Permalink
UpstreamServer ctor .
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyoko-Jeremie committed Aug 16, 2023
1 parent 255e318 commit aaf73a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/UpstreamPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ struct UpstreamServer : public std::enable_shared_from_this<UpstreamServer> {
bool disable,
bool slowImpl
) :
index(index),
name(std::move(name)),
host(std::move(host)),
port(port),
name(std::move(name)),
index(index),
authUser(std::move(authUser)),
authPwd(std::move(authPwd)),
isManualDisable(disable),
disable(disable),
slowImpl(slowImpl),
isManualDisable(disable) {}
slowImpl(slowImpl) {}

std::string print();

Expand Down

0 comments on commit aaf73a7

Please sign in to comment.