Skip to content

httpism in vtls code #16935

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bagder opened this issue Apr 3, 2025 · 1 comment
Closed

httpism in vtls code #16935

bagder opened this issue Apr 3, 2025 · 1 comment
Labels

Comments

@bagder
Copy link
Member

bagder commented Apr 3, 2025

I did this

Make a build with HTTP disabled:

./configure --disable-http --with-openssl
make
...
vtls/vtls.c: In function ‘cf_ssl_create’:
vtls/vtls.c:1664:51: error: ‘struct UrlState’ has no member named ‘http_neg’
 1664 |   ctx = cf_ctx_new(data, alpn_get_spec(data->state.http_neg.wanted,
      |                                                   ^

I expected the following

A clean build

curl/libcurl version

git master

operating system

Linux

@bagder bagder added the build label Apr 3, 2025
icing added a commit to icing/curl that referenced this issue Apr 3, 2025
@icing
Copy link
Contributor

icing commented Apr 3, 2025

Propose to fix via #16937

@bagder bagder closed this as completed in b56b0c0 Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants