1. 1e1f27c MINOR: h2: add h2_make_htx_trailers to turn H2 headers to HTX trailers by Willy Tarreau · 6 years ago
  2. 9d953e7 MINOR: h2: add h2_make_h1_trailers to turn H2 headers to H1 trailers by Willy Tarreau · 6 years ago
  3. beefaee MEDIUM: h2: properly check and deduplicate the content-length header in HTX by Willy Tarreau · 6 years ago
  4. 164e061 BUG/MEDIUM: h2: fix aggregated cookie length computation in HTX mode by Willy Tarreau · 6 years ago
  5. 1329b5b MINOR: h2: add new functions to produce an HTX message from an H2 response by Willy Tarreau · 6 years ago
  6. 6deb412 MINOR: h2: implement H2->HTX request header frame transcoding by Willy Tarreau · 6 years ago
  7. eba10f2 BUG/MEDIUM: h2: implement missing support for chunked encoded uploads by Willy Tarreau · 6 years ago
  8. 174b06a MINOR: h2: detect presence of CONNECT and/or content-length by Willy Tarreau · 6 years ago
  9. 637f64d BUG/MEDIUM: h2: do not accept upper case letters in request header names by Willy Tarreau · 7 years ago
  10. fe7c356 BUG/MEDIUM: h2: remove connection-specific headers from request by Willy Tarreau · 7 years ago
  11. 5208869 BUG/MINOR: h2: reject response pseudo-headers from requests by Willy Tarreau · 7 years ago
  12. d8d2ac7 BUG/MINOR: h2: the TE header if present may only contain trailers by Willy Tarreau · 7 years ago
  13. cd4fe17 BUG/MINOR: h2: ":path" must not be empty by Willy Tarreau · 7 years ago
  14. 811ad12 BUG/MAJOR: h2: correctly check the request length when building an H1 request by Willy Tarreau · 7 years ago
  15. 2fb986c BUG/MEDIUM: h2: always reassemble the Cookie request header field by Willy Tarreau · 7 years ago
  16. f24ea8e MEDIUM: h2: add a function to emit an HTTP/1 request from a headers list by Willy Tarreau · 7 years ago