mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 22:31:06 +01:00
MINOR: qpack: create qpack-enc module
This commit is contained in:
parent
aeb36f0215
commit
4652a59255
2
Makefile
2
Makefile
@ -590,7 +590,7 @@ endif
|
|||||||
ifneq ($(USE_QUIC),)
|
ifneq ($(USE_QUIC),)
|
||||||
OPTIONS_OBJS += src/quic_sock.o src/proto_quic.o src/xprt_quic.o src/quic_tls.o \
|
OPTIONS_OBJS += src/quic_sock.o src/proto_quic.o src/xprt_quic.o src/quic_tls.o \
|
||||||
src/quic_frame.o src/quic_cc.o src/quic_cc_newreno.o src/mux_quic.o \
|
src/quic_frame.o src/quic_cc.o src/quic_cc_newreno.o src/mux_quic.o \
|
||||||
src/cbuf.o src/qpack-dec.o src/qpack-tbl.o src/h3.o
|
src/cbuf.o src/qpack-dec.o src/qpack-tbl.o src/h3.o src/qpack-enc.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(USE_LUA),)
|
ifneq ($(USE_LUA),)
|
||||||
|
|||||||
4
include/haproxy/qpack-enc.h
Normal file
4
include/haproxy/qpack-enc.h
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#ifndef QPACK_ENC_H_
|
||||||
|
#define QPACK_ENC_H_
|
||||||
|
|
||||||
|
#endif /* QPACK_ENC_H_ */
|
||||||
1
src/qpack-enc.c
Normal file
1
src/qpack-enc.c
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include <haproxy/qpack-enc.h>
|
||||||
Loading…
x
Reference in New Issue
Block a user