commit | 09a030a9a43380ff1dc6a6b1c59e86bed2dc8f48 | [log] [tgz] |
---|---|---|
author | Stathis Voukelatos <Stathis.Voukelatos@linn.co.uk> | Mon Jan 09 14:27:13 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jan 09 14:27:13 2012 +0100 |
tree | 160e7ea6421dbc1bf6fd98c4b3ab8ca9b80ddb32 | |
parent | 8fa52f4e0e73239ba84754c9b9568ed4571bc4af [diff] |
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]