Skip to content

curl_ossl: extend callback table for nghttp3 1.11.0#18026

Closed
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:nghttp3-2
Closed

curl_ossl: extend callback table for nghttp3 1.11.0#18026
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:nghttp3-2

Conversation

@vszakats
Copy link
Copy Markdown
Member

@vszakats vszakats commented Jul 25, 2025

../../lib/vquic/curl_osslq.c:1091:1: error: missing initializer for field 'recv_origin' of 'nghttp3_callbacks' [-Werror=missing-field-initializers]
 1091 | };
      | ^
In file included from ../../lib/vquic/curl_osslq.c:33:
/home/runner/nghttp3/build/include/nghttp3/nghttp3.h:2082:23: note: 'recv_origin' declared here
 2082 |   nghttp3_recv_origin recv_origin;
      |                       ^~~~~~~~~~~

Ref: https://github.com/curl/curl/actions/runs/16527325587/job/46743893924?pr=18021#step:18:35

Follow-up to 1055144 #18019

@vszakats vszakats added the HTTP/3 h3 or quic related label Jul 25, 2025
```
../../lib/vquic/curl_osslq.c:1091:1: error: missing initializer for field 'recv_origin' of 'nghttp3_callbacks' [-Werror=missing-field-initializers]
 1091 | };
      | ^
In file included from ../../lib/vquic/curl_osslq.c:33:
/home/runner/nghttp3/build/include/nghttp3/nghttp3.h:2082:23: note: 'recv_origin' declared here
 2082 |   nghttp3_recv_origin recv_origin;
      |                       ^~~~~~~~~~~
```
https://github.com/curl/curl/actions/runs/16527325587/job/46743893924?pr=18021#step:18:35

Follow-up to 1055144 curl#18019
@vszakats vszakats closed this in cb9b1a4 Jul 25, 2025
@vszakats vszakats deleted the nghttp3-2 branch July 25, 2025 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

HTTP/3 h3 or quic related

Development

Successfully merging this pull request may close these issues.

1 participant