Jean-Christophe Amiel

Results 360 comments of Jean-Christophe Amiel

Update reproduced with libcurl only with this code: ```c #include static CURLcode sslctx_function(CURL *curl, void *sslctx, void *parm) { return CURLE_OK; } int main(int argc, char *argv[]) { CURLcode ret;...

Hi @marcodpt We're currently preparing the work for better error reporting and this work is the route to semantic difference. A first batch of refacto is to be able to...

Yes it makes sens

With `--skip` and `--repeat`, one can image such a file: ```hurl POST {{url}} [Options] repeat: -1 # infinite loop skip: {{url}} isNull { "payload": "body" } HTTP/2 200 [Captures] body:...

Another, better, syntax for `default` could be `else`: ```hurl POST {{url}} [Options] repeat: -1 # infinite loop skip: {{url}} isNull { "payload": "body" } HTTP/2 200 [Captures] body: body url:...

Hi @dhth, for a first start, we should only support the first mode of `--cookie`(NAME=VALUE) and not deals with file

Thanks @dhth I would prefer a simple parsing for start (splitting over `;`, trimming then resplitting at `=`) without importing any dependency

Thanks for the PR @dhth would you be kind to squash your commits into a single one?

Thanks for the PR @dhth