diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-04 11:37:12 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-04 14:57:57 +0200 |
commit | 18815aa670eeace30e8d61dc581859cfe3df02b5 (patch) | |
tree | 3c8fd83c63a6c429d0e1fe50f14bded03a31f0fe /docs | |
parent | 7a86a25f5b73b86455cd977572250de0a6124524 (diff) |
ngtcp2: convert to dynbuf
Closes #5335
Diffstat (limited to 'docs')
-rw-r--r-- | docs/DYNBUF.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DYNBUF.md b/docs/DYNBUF.md index ff9009de3..3ab059bae 100644 --- a/docs/DYNBUF.md +++ b/docs/DYNBUF.md @@ -54,7 +54,7 @@ Reset the buffer length, but leave the allocation. Keep `length` bytes of the buffer tail (the last `length` bytes of the buffer). The rest of the buffer is dropped. The specified `length` must not be -larger than the buffer length. (**This function is currently not provided**.) +larger than the buffer length. ## ptr |