mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:43:32 +03:00
CI: add pytest github workflow to CI test/tests-httpd on a HTTP/3 setup
Closes #10317
This commit is contained in:
parent
d55de24dce
commit
91eb197a9e
5 changed files with 120 additions and 4 deletions
|
|
@ -1472,6 +1472,8 @@ static CURLcode h3_stream_open(struct Curl_cfilter *cf,
|
|||
|
||||
infof(data, "Using HTTP/3 Stream ID: %" PRIx64 " (easy handle %p)",
|
||||
stream3_id, (void *)data);
|
||||
DEBUGF(LOG_CF(data, cf, "[h3sid=%" PRIx64 "] opened for %s",
|
||||
stream3_id, data->state.url));
|
||||
|
||||
Curl_pseudo_free(hreq);
|
||||
return CURLE_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue