CLEANUP: mux-h2: rename the "endp" field to "sd"
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 14:14:10 +0000 (16:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commit95acc8b07f86da86c28c46bb3938c09b7704cf48
tree4030a27066807552e80ec88248ea3e5c2d198e81
parent1a0d9acd3bdb57298b299a20adcada9a97d51b83
CLEANUP: mux-h2: rename the "endp" field to "sd"

The stream endpoint descriptor that was named "endp" is now called "sd"
both in the h2s struct and in the few functions using this. The name
was also updated in the "show fd" output.
src/mux_h2.c