mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-08 16:23:24 -04:00
CLEANUP: fix comment typo
Fix comment for H3_UNI_S_T_CTRL used for unidirectional streams.
This commit is contained in:
parent
bda42604c0
commit
c989d9da6d
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#include <haproxy/buf-t.h>
|
||||
#include <haproxy/mux_quic-t.h>
|
||||
|
||||
/* H3 unidirecational stream types
|
||||
/* H3 unidirectional stream types
|
||||
* Emitted as the first byte on the stream to differentiate it.
|
||||
*/
|
||||
#define H3_UNI_S_T_CTRL 0x00
|
||||
|
|
|
|||
Loading…
Reference in a new issue