skip also here over part of URI that was already parsed
This commit is contained in:
parent
8062ca0136
commit
30320fa66e
@ -669,7 +669,7 @@ handle_mhd_request (void *cls,
|
|||||||
/* run handler */
|
/* run handler */
|
||||||
ret = proceed_with_handler (rh,
|
ret = proceed_with_handler (rh,
|
||||||
connection,
|
connection,
|
||||||
url,
|
url + tok_size + 1,
|
||||||
inner_cls,
|
inner_cls,
|
||||||
upload_data,
|
upload_data,
|
||||||
upload_data_size);
|
upload_data_size);
|
||||||
|
Loading…
Reference in New Issue
Block a user