]> 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:35:50 +0000 (20:35 +0100)
commitc7d78a05ac8b246cf5fc4bb52bb95de14558de16
tree1e8e87aaf8d45bf9086b6d2f17f24a6675a32b69
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