]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: Slightly improve request HEADERS frames sending
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 29 Jan 2021 10:49:16 +0000 (11:49 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 29 Jan 2021 12:28:43 +0000 (13:28 +0100)
commitc29b4bf946ea2aa0b5399ddceaba7a25729a0c45
tree612383a0172ed5b94253d56abdff4611c98d9153
parent564981369b0550e97c4a03a68f8970cfc0da0220
MINOR: mux-h2: Slightly improve request HEADERS frames sending

In h2s_bck_make_req_headers() function, in the loop on the HTX blocks, the
most common blocks, the headers, are now handled in first, before the
start-line. The same change was already performed on the response HEADERS
frames. Thus the code is more consistent now.
src/mux_h2.c