diff options
Diffstat (limited to 'lib/http.c')
-rw-r--r-- | lib/http.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/http.c b/lib/http.c index 2d04705ba..b8f4c8a21 100644 --- a/lib/http.c +++ b/lib/http.c @@ -2269,8 +2269,8 @@ CURLcode Curl_http(struct connectdata *conn, bool *done) if(result) return result; - if(data->set.strip_path_slash) - ppath++; + if(data->set.str[STRING_TARGET]) + ppath = data->set.str[STRING_TARGET]; /* url */ if(paste_ftp_userpwd) |