ngtcp2: convert to dynbuf

Closes #5335
This commit is contained in:
Daniel Stenberg 2020-05-04 11:37:12 +02:00
parent 7a86a25f5b
commit 18815aa670
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 23 additions and 90 deletions

View file

@ -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