mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 22:31:06 +01:00
CLEANUP: stconn: Fix a typo in comments for SE_ABRT_SRC_*
Just a little typo: s/set bu/ set by/
This commit is contained in:
parent
0764445505
commit
249a547f37
@ -276,10 +276,10 @@ struct stconn;
|
|||||||
#define SE_ABRT_SRC_MASK 0x0000001f
|
#define SE_ABRT_SRC_MASK 0x0000001f
|
||||||
|
|
||||||
#define SE_ABRT_SRC_MUX_PT 0x01 /* Code set by the PT mux */
|
#define SE_ABRT_SRC_MUX_PT 0x01 /* Code set by the PT mux */
|
||||||
#define SE_ABRT_SRC_MUX_H1 0x02 /* Code set bu the H1 mux */
|
#define SE_ABRT_SRC_MUX_H1 0x02 /* Code set by the H1 mux */
|
||||||
#define SE_ABRT_SRC_MUX_H2 0x03 /* Code set bu the H2 mux */
|
#define SE_ABRT_SRC_MUX_H2 0x03 /* Code set by the H2 mux */
|
||||||
#define SE_ABRT_SRC_MUX_QUIC 0x04 /* Code set bu the QUIC/H3 mux */
|
#define SE_ABRT_SRC_MUX_QUIC 0x04 /* Code set by the QUIC/H3 mux */
|
||||||
#define SE_ABRT_SRC_MUX_FCGI 0x05 /* Code set bu the FCGI mux */
|
#define SE_ABRT_SRC_MUX_FCGI 0x05 /* Code set by the FCGI mux */
|
||||||
|
|
||||||
struct se_abort_info {
|
struct se_abort_info {
|
||||||
uint32_t info;
|
uint32_t info;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user