]> git.ipfire.org Git - thirdparty/curl.git/commit
http: fix build with cookies and HSTS disabled 17753/head
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 26 Jun 2025 09:11:18 +0000 (11:11 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 26 Jun 2025 10:19:16 +0000 (12:19 +0200)
commit2a9dfe275d87c78ae8d8b70d88e37fa7c26376da
treefcc530ca3bf1306e88006b3fa07d8574523b1ce3
parentf37d5f42f22eaefdd472454f049d5345aaec203f
http: fix build with cookies and HSTS disabled

All arguments and local variables in `http_header_s` were unused when
both `CURL_DISABLE_COOKIES` and `CURL_DISABLE_HSTS` were defined.

Closes https://github.com/curl/curl/pull/17753
lib/http.c