curl/.github
Viktor Szakats c63a4b6544
http3: adjust cast for ngtcp2 v0.19.0
ngtcp2 v0.19.0 made size of `ecn` member of `ngtcp2_pkt_info`
an `uint8_t` (was: `uint32_t`). Adjust our local cast accordingly.

Fixes:
```
./curl/lib/vquic/curl_ngtcp2.c:1912:12: warning: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'uint8_t' (aka 'unsigned char') [-Wimplicit-int-conversion]
  pi.ecn = (uint32_t)ecn;
         ~ ^~~~~~~~~~~~~
```

Also bump ngtcp2, nghttp3 and nghttp2 to their latest versions in our
docs and CI.

Ref: 80447281bb
Ref: https://github.com/ngtcp2/ngtcp2/pull/877
Closes #11798
2023-09-05 15:25:37 +00:00
..
ISSUE_TEMPLATE tidy-up: mostly whitespace nits 2023-08-31 23:02:10 +00:00
scripts tidy-up: mostly whitespace nits 2023-08-31 23:02:10 +00:00
workflows http3: adjust cast for ngtcp2 v0.19.0 2023-09-05 15:25:37 +00:00
CODEOWNERS
CONTRIBUTING.md
FUNDING.yml
labeler.yml CI: adjust labeler match patterns for new & obsolete files 2023-09-01 15:08:39 -07:00
lock.yml
stale.yml