We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7179d commit ec8c33cCopy full SHA for ec8c33c
http/payload.pony
@@ -23,7 +23,7 @@ class trn Payload
23
length is known in advance, including most transfers of files. It is
24
selected by calling `Payload.set_length` with an integer bytecount.
25
Appication buffer sizes determine how much data is fed to the TCP
26
- connection at once, but the total amount must match \exhaustive\ this size.
+ connection at once, but the total amount must match this size.
27
28
3. **ChunkedTransfer**. This is used when the payload length can not be
29
known in advance, but can be large. It is selected by calling
0 commit comments