Skip to content

Commit

Permalink
Correct diagram and hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 10, 2017
1 parent 8c08acc commit b9820b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -1723,7 +1723,7 @@ The CONNECTION_CLOSE frame is as follows:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Error Code (16) | Reason Phrase Length (16) |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Reason Phrase Length (*) ...
| Reason Phrase (*) ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~~~

Expand Down Expand Up @@ -3025,7 +3025,7 @@ consistent state between endpoints.
## Transport Error Codes {#error-codes}
QUIC error codes are 16 bit unsigned integers.
QUIC error codes are 16-bit unsigned integers.
This section lists the defined QUIC transport error codes that may be used in a
CONNECTION_CLOSE frame. These errors apply to the entire connection.
Expand Down Expand Up @@ -3099,7 +3099,7 @@ See {{iana-error-codes}} for details of registering new error codes.
## Application Protocol Error Codes {#app-error-codes}
Application protocol error codes are 16 bit unsigned integers, but the
Application protocol error codes are 16-bit unsigned integers, but the
management of application error codes are left to application protocols.
Application protocol error codes are used for the RST_STREAM
({{frame-rst-stream}}) and APPLICATION_CLOSE ({{frame-application-close}})
Expand Down

0 comments on commit b9820b8

Please sign in to comment.