]> git.kaiwu.me - haproxy.git/commit
MINOR: dns: New DNS response analysis code: DNS_RESP_TRUNCATED
authorBaptiste Assmann <bedis9@gmail.com>
Wed, 2 Sep 2015 19:58:32 +0000 (21:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 Sep 2015 12:58:07 +0000 (14:58 +0200)
commit0df5d9669ab527431f0efe8d517b5bba0c1edc4b
treed8ccec3be86eb19dcce75290bc3148feb6f13dce
parent6cdea9359bf4e37742588d9af82bf1b39790be2c
MINOR: dns: New DNS response analysis code: DNS_RESP_TRUNCATED

This patch introduces a new internal response state about the analysis
of a DNS response received by a server.
It is dedicated to report to above layer that the response is
'truncated'.
include/types/dns.h
src/dns.c
src/server.c