]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: fix typo in processing of http-send-name-header
authorStathis Voukelatos <Stathis.Voukelatos@linn.co.uk>
Mon, 9 Jan 2012 13:27:13 +0000 (14:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Jan 2012 13:27:13 +0000 (14:27 +0100)
commit09a030a9a43380ff1dc6a6b1c59e86bed2dc8f48
tree160e7ea6421dbc1bf6fd98c4b3ab8ca9b80ddb32
parent8fa52f4e0e73239ba84754c9b9568ed4571bc4af
BUG/MINOR: fix typo in processing of http-send-name-header

I downloaded version 1.4.19 this morning. While merging the code changes
to a custom build that we have here for our project I noticed a typo in
'session.c', in the new code for inserting the server name in the HTTP
header. The fix that I did is shown in the patch below.

[WT: the bug is harmless, it is only suboptimal]
src/session.c