From 18815aa670eeace30e8d61dc581859cfe3df02b5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 May 2020 11:37:12 +0200 Subject: ngtcp2: convert to dynbuf Closes #5335 --- docs/DYNBUF.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3