Commit 01591865 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Spell "X-Forwarded-for" as "X-Forwarded-For", this seems to match the

unwritten lore better.

Closes 203


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2652 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent b9668df0
......@@ -655,7 +655,7 @@ http_FilterHeader(struct sess *sp, unsigned how)
http_FilterFields(sp->wrk, sp->fd, hp, sp->http, how);
http_PrintfHeader(sp->wrk, sp->fd, hp, "X-Varnish: %u", sp->xid);
http_PrintfHeader(sp->wrk, sp->fd, hp,
"X-Forwarded-for: %s", sp->addr);
"X-Forwarded-For: %s", sp->addr);
sp->bereq = bereq;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment