]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http_fetch: Remove code relying on HTTP legacy mode
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jul 2019 12:36:03 +0000 (14:36 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commit6d1dd469175716f719761726542b35ec85f526e3
tree1f18c154293b0dba757e008dd2a1733466ca34ed
parent9a7e8ce4eb44216d2f1786c318e8c487c5d088c6
MEDIUM: http_fetch: Remove code relying on HTTP legacy mode

Since the legacy HTTP mode is disbabled, all HTTP sample fetches work on HTX
streams. So it is safe to remove all code relying on HTTP legacy mode. Among
other things, the function smp_prefetch_http() was removed with the associated
macros CHECK_HTTP_MESSAGE_FIRST() and CHECK_HTTP_MESSAGE_FIRST_PERM().
include/proto/http_fetch.h
src/51d.c
src/da.c
src/http_fetch.c
src/wurfl.c