]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: payload: split smp_fetch_rdp_cookie()
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Jul 2013 16:09:52 +0000 (18:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Aug 2013 19:17:13 +0000 (21:17 +0200)
commitcadd8c9ec33b6cea21256f755a6b4fe986d30927
treec9d6860f11bf2d180a8a3ed00f8406ee4a592f0b
parentef38c39287f3154663181b3101ef7b3424a71af0
MINOR: payload: split smp_fetch_rdp_cookie()

This function is also called directly from backend.c, so let's stop
building fake args to call it as a sample fetch, and have a lower
layer more generic function instead.
include/proto/payload.h
src/backend.c
src/payload.c