Skip to content

Commit 2d23720

Browse files
committed
Re-wrap all paragraphs
1 parent 89c9b54 commit 2d23720

File tree

4 files changed

+799
-822
lines changed

4 files changed

+799
-822
lines changed

.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ root = true
66
charset = utf-8
77
end_of_line = lf
88
max_line_length = 72
9+
break_at_hyphen = false
910
insert_final_newline = true
1011
trim_trailing_whitespace = true

Chunking.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ be used in other, generic contexts.
1212

1313
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
1414
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
15-
document are to be interpreted as described in
16-
[RFC 2119](https://tools.ietf.org/html/rfc2119).
15+
document are to be interpreted as described in [RFC
16+
2119](https://tools.ietf.org/html/rfc2119).
1717

1818
## Chunk Size
1919

@@ -91,8 +91,8 @@ chunks:
9191

9292
## Unchunking
9393

94-
Implementations MUST support unchunking of chunks that arrive in
95-
arbitrary order. This is usually done by keeping track of messages and
94+
Implementations MUST support unchunking of chunks that arrive in
95+
arbitrary order. This is usually done by keeping track of messages and
9696
the corresponding chunks.
9797

9898
In order to prevent memory leaks when chunks are lost in transmission,

0 commit comments

Comments
 (0)