Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into fix-agg
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango authored Apr 6, 2021
2 parents d5e4ca7 + 8c9d645 commit a497a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/plugin/fulltext/FTUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ struct HttpClient {
std::string toString() const {
std::stringstream os;
if (!user.empty()) {
os << "-u " << user;
os << " -u " << user;
if (!password.empty()) {
os << ":" << password;
}
Expand Down

0 comments on commit a497a52

Please sign in to comment.