mirror of
https://github.com/curl/curl.git
synced 2025-04-06 16:10:34 +08:00
parent
07367e717a
commit
c54ee668df
@ -223,7 +223,7 @@ static bool pathmatch(const char *cookie_path, const char *request_uri)
|
||||
goto pathmatched;
|
||||
}
|
||||
|
||||
/* here, cookie_path_len < url_path_len */
|
||||
/* here, cookie_path_len < uri_path_len */
|
||||
if(uri_path[cookie_path_len] == '/') {
|
||||
ret = TRUE;
|
||||
goto pathmatched;
|
||||
|
Loading…
x
Reference in New Issue
Block a user