]> git.ipfire.org Git - thirdparty/haproxy.git/commit
WIP: httpterm: add httpterm sources
authorFrederic Lecaille <flecaille@haproxy.com>
Fri, 16 Jan 2026 10:06:10 +0000 (11:06 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Thu, 29 Jan 2026 19:41:17 +0000 (20:41 +0100)
commit714131f6a6d823f7819ce7e4dcbbd071f844db26
tree1c35a5008830ba9faaebfe72108e21ab7f2edb08
parenta4dcbf0cb7fdc1ebb84c1baa998e0c2323360c8e
WIP: httpterm: add httpterm sources
13 files changed:
Makefile
include/haproxy/hstream-t.h [new file with mode: 0644]
include/haproxy/hstream.h [new file with mode: 0644]
include/haproxy/obj_type-t.h
include/haproxy/obj_type.h
include/haproxy/proxy-t.h
include/haproxy/stconn.h
include/haproxy/stream.h
src/cfgparse-listen.c
src/httpterm.c [new file with mode: 0644]
src/proxy.c
src/stconn.c
src/stream.c