skip also here over part of URI that was already parsed

This commit is contained in:
Christian Grothoff 2020-02-26 23:51:30 +01:00
parent 8062ca0136
commit 30320fa66e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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);