trailers: switch h1-trailer logic to use dynbuf

In the continued effort to remove "manual" realloc schemes.

Closes #5524
This commit is contained in:
Daniel Stenberg 2020-06-05 14:04:22 +02:00
parent a00668d296
commit d957ed4941
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 21 additions and 37 deletions

View file

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