diff options
author | xquery <jim@webcomposite.com> | 2021-12-16 09:20:54 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-12-16 10:39:49 +0100 |
commit | cb26b2c7a7622946e9c40f60cb2915d362a0d651 (patch) | |
tree | 598d9fa33131cfdbbd8223e5aeb9ca838ea14a04 | |
parent | 4a09a85d5566880d4ba127119a713bba1f3091a8 (diff) | |
download | curl-cb26b2c7a7622946e9c40f60cb2915d362a0d651.tar.gz |
docs: add known bugs list to HTTP3.md
Closes #8156
-rw-r--r-- | docs/HTTP3.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 23a2d073b..aaa24f9ea 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -147,3 +147,7 @@ Upgrade via Alt-Svc: curl --alt-svc altsvc.cache https://quic.aiortc.org/ See this [list of public HTTP/3 servers](https://bagder.github.io/HTTP3-test/) + +## Known Bugs + +Check out the [list of known HTTP3 bugs](https://curl.se/docs/knownbugs.html#HTTP3).
\ No newline at end of file |