Skip to content

Commit c3cfc20

Browse files
authored
Updates
1 parent 11625d6 commit c3cfc20

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
@@ -30,7 +30,6 @@ uid: fundamentals/servers/kestrel/http3
3030
| Feature | `HTTP/2` | `HTTP/3` |
3131
|--------------|-------------------------------------------------------------|----------------------------------------------------------|
3232
| Transport | Uses [TCP](https://developer.mozilla.org/docs/Glossary/TCP) | Uses [QUIC](https://www.rfc-editor.org/rfc/rfc9000.html) |
33-
| Layer | | |
3433
| Connection | Slower due to TCP + TLS | Faster with 0-RTT QUIC |
3534
| Setup | handshake | handshakes |
3635
| Head-of-Line | Affected by TCP-level | Eliminated with QUIC |

0 commit comments

Comments
 (0)