Skip to content

Commit

Permalink
english: remove pointless '...' instances
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Nov 30, 2018
1 parent dca2ce7 commit a94071c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion en/h3-https.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ preventing a QUIC connection from succeeding.
A modern client and server would presumably negotiate HTTP/2 in the first
handshake. When the connection has been setup and the server responds to a
client HTTP request, the server can tell the client about its support of and
preference for HTTP/3...
preference for HTTP/3.
2 changes: 1 addition & 1 deletion en/quic-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ then allow QUIC to also replace UDP-style applications.
DNS over QUIC was one of the early mentioned non-HTTP protocols that just
might get some attention once QUIC v1 and HTTP/3 ship. But with a new
transport like this having been brought on to the world I cannot imagine that
it will stop there...
it will stop there.
2 changes: 1 addition & 1 deletion en/why-tcpudp.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SCTP is a reliable transport protocol with streams, and for WebRTC there are
even existing implementations using it over UDP.

This was not deemed good enough as a QUIC alternative due to several reasons,
including...
including:

- SCTP does not fix the head-of-line-blocking problem for streams
- SCTP requires the number of streams to be decided at connection setup
Expand Down

0 comments on commit a94071c

Please sign in to comment.