Skip to content

Commit 814d957

Browse files
committed
Update Kestrel HTTP/3 docs
1 parent 8a36f8d commit 814d957

File tree

1 file changed

+0
-1
lines changed
  • aspnetcore/fundamentals/servers/kestrel

1 file changed

+0
-1
lines changed

aspnetcore/fundamentals/servers/kestrel/http3.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ uid: fundamentals/servers/kestrel/http3
2727
* Is the latest version of the Hypertext Transfer Protocol.
2828
* Builds on the strengths of `HTTP/2` while addressing some of its limitations, particularly in terms of performance, latency, reliability, and security.
2929

30-
|---------------|-------------------------|-------------------------|
3130
| Feature | `HTTP/2` | `HTTP/3` |
3231
|---------------|-------------------------|-------------------------|
3332
| Transport | Uses [TCP](https://developer.mozilla.org/docs/Glossary/TCP) | Uses [QUIC](https://www.rfc-editor.org/rfc/rfc9000.html) |

0 commit comments

Comments
 (0)