mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 04:55:58 +08:00
@@ -34,7 +34,7 @@ public:
|
||||
for (auto &pr : *this) {
|
||||
ret.append(pr.first);
|
||||
ret.append("=");
|
||||
ret.append(strCoding::UrlEncode(pr.second));
|
||||
ret.append(strCoding::UrlEncodeComponent(pr.second));
|
||||
ret.append("&");
|
||||
}
|
||||
if (ret.size()) {
|
||||
|
||||
Reference in New Issue
Block a user