mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
parent
7a86a25f5b
commit
18815aa670
4 changed files with 23 additions and 90 deletions
|
|
@ -123,7 +123,7 @@ void Curl_dyn_reset(struct dynbuf *s)
|
|||
s->leng = 0;
|
||||
}
|
||||
|
||||
#if 0
|
||||
#ifdef USE_NGTCP2
|
||||
/*
|
||||
* Specify the size of the tail to keep (number of bytes from the end of the
|
||||
* buffer). The rest will be dropped.
|
||||
|
|
@ -147,7 +147,6 @@ CURLcode Curl_dyn_tail(struct dynbuf *s, size_t trail)
|
|||
return CURLE_OK;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue