]> git.ipfire.org Git - thirdparty/curl.git/commit
http: fix `-Wunused-variable` in !alt-svc !proxy !ws builds
authorViktor Szakats <commit@vsz.me>
Wed, 29 Oct 2025 13:18:11 +0000 (14:18 +0100)
committerViktor Szakats <commit@vsz.me>
Wed, 29 Oct 2025 15:17:35 +0000 (16:17 +0100)
commit25aee8648ab1c8c5db03db0d3494523491511772
treee980ace9e5b944dc4e12bb63d1eb276f211c10a5
parent7973cb0b3ef2f2de677e65bc29062c122536262b
http: fix `-Wunused-variable` in !alt-svc !proxy !ws builds

```
lib/http.c:2783:23: error: unused variable 'conn' [-Werror,-Wunused-variable]
 2783 |   struct connectdata *conn = data->conn;
      |                       ^~~~
1 error generated.
```

Closes #19276
lib/http.c