webclient: Remove an extra slash for proxy

This commit is contained in:
YAMAMOTO Takashi 2022-06-01 12:07:42 +09:00 committed by Xiang Xiao
parent 30dbdf71ff
commit a46b144ab1

View File

@ -1447,7 +1447,6 @@ int webclient_perform(FAR struct webclient_context *ctx)
dest = append(dest, ep, ":");
snprintf(port_str, sizeof(port_str), "%u", ws->target.port);
dest = append(dest, ep, port_str);
dest = append(dest, ep, "/");
dest = append(dest, ep, ws->target.filename);
}
else