]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: add set-priority-class and set-priority-offset
authorPatrick Hemmer <haproxy@stormcloud9.net>
Fri, 11 May 2018 16:52:31 +0000 (12:52 -0400)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 Aug 2018 13:06:31 +0000 (15:06 +0200)
commit268a707a3daa934871b01a21b73c6e7fd2b6e9b3
tree7290c609f7b875d1d726bdd8155357a61c9fcbe6
parent0355dabd7cf19bcb25afef41e666435f05f01e37
MEDIUM: add set-priority-class and set-priority-offset

This adds the set-priority-class and set-priority-offset actions to
http-request and tcp-request content. At this point they are not used
yet, which is the purpose of the next commit, but all the logic to
set and clear the values is there.
doc/configuration.txt
doc/lua-api/index.rst
include/proto/queue.h
include/types/stream.h
src/hlua.c
src/queue.c
src/stream.c