CI: add pytest github workflow to CI test/tests-httpd on a HTTP/3 setup

Closes #10317
This commit is contained in:
Stefan Eissing 2023-01-18 11:11:41 +01:00 committed by Daniel Stenberg
parent d55de24dce
commit 91eb197a9e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 120 additions and 4 deletions

View file

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