commit | 4f0f88a9d0f383a9b290e4f0fe55d7d8b9b9d180 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Sat Aug 10 11:17:44 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 17 10:18:54 2019 +0200 |
tree | 50cf12c6d44575ea5c02153c7f32d60f4a0f4d92 | |
parent | 341fac1eb27f54b6c9463c02baa2deab52465e2e [diff] |
MEDIUM: mux-h1/h1-htx: move HTX convertion of H1 messages in dedicated file To avoid code duplication in the futur mux FCGI, functions parsing H1 messages and converting them into HTX have been moved in the file h1_htx.c. Some specific parts remain in the mux H1. But most of the parsing is now generic.