]> 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>
Wed, 28 Jan 2026 15:09:40 +0000 (16:09 +0100)
commit9afc83a45f2a4089ec47d79252feb5d77a076375
tree2234e68f69e1830e7eb650e3352b37a59716cd5b
parent2863cd09674734c3bb5dbd3a8e3e940c6473e799
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