mirror of
https://github.com/curl/curl.git
synced 2026-08-13 21:10:53 +03:00
parent
bfe54b0e88
commit
1087937992
12 changed files with 12 additions and 12 deletions
|
|
@ -36,7 +36,7 @@ Depending on your setup, some test cases may be skipped and appear as `s` in the
|
|||
You will need:
|
||||
|
||||
1. a recent Python, the `cryptography` module and, of course, `pytest`
|
||||
2. a apache httpd development version. On Debian/Ubuntu, the package `apache2-dev` has this.
|
||||
2. an apache httpd development version. On Debian/Ubuntu, the package `apache2-dev` has this.
|
||||
3. a local `curl` project build
|
||||
3. optionally, a `nghttpx` with HTTP/3 enabled or h3 test cases will be skipped.
|
||||
|
||||
|
|
|
|||
|
|
@ -278,7 +278,7 @@ int test(char *URL)
|
|||
}
|
||||
|
||||
|
||||
/* fetch a another one and save cookies */
|
||||
/* fetch another one and save cookies */
|
||||
printf("*** run %d\n", i);
|
||||
curl = curl_easy_init();
|
||||
if(!curl) {
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@ int test(char *URL)
|
|||
}
|
||||
|
||||
|
||||
/* fetch a another one */
|
||||
/* fetch another one */
|
||||
printf("*** run %d\n", i);
|
||||
curl = curl_easy_init();
|
||||
if(!curl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue