]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-htx: Store default error messages in a global http reply array
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 14 May 2020 07:54:26 +0000 (09:54 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 20 May 2020 16:27:13 +0000 (18:27 +0200)
commit1b13ecaca2b1ecceda94f1699a44a071d5133000
treeda288dfbf3091000d5150209de14086206242fc3
parent5cb513abeb7095e099ef26039f15d8c4ca6ac97a
MINOR: http-htx: Store default error messages in a global http reply array

Default error messages are stored as a buffer, in http_err_chunks global array.
Now, they are also stored as a http reply, in http_err_replies global array.
include/proto/http_htx.h
src/http_htx.c