mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +03:00
trailers: switch h1-trailer logic to use dynbuf
In the continued effort to remove "manual" realloc schemes. Closes #5524
This commit is contained in:
parent
a00668d296
commit
d957ed4941
4 changed files with 21 additions and 37 deletions
|
|
@ -59,4 +59,5 @@ size_t Curl_dyn_len(const struct dynbuf *s);
|
|||
#define DYN_TRAILERS (64*1024)
|
||||
#define DYN_PROXY_CONNECT_HEADERS 16384
|
||||
#define DYN_QLOG_NAME 1024
|
||||
#define DYN_H1_TRAILER DYN_H2_TRAILER
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue