mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
url.c: Fixed typo in comment
This commit is contained in:
parent
0d4af92aeb
commit
e2c14bde22
@ -5245,7 +5245,7 @@ static CURLcode create_conn(struct SessionHandle *data,
|
||||
|
||||
/*************************************************************
|
||||
* If the protocol can't handle url query strings, then cut
|
||||
* of the unhandable part
|
||||
* off the unhandable part
|
||||
*************************************************************/
|
||||
if((conn->given->flags&PROTOPT_NOURLQUERY)) {
|
||||
char *path_q_sep = strchr(conn->data->state.path, '?');
|
||||
|
Loading…
Reference in New Issue
Block a user