]> err.no Git - varnish/commitdiff
Spell "X-Forwarded-for" as "X-Forwarded-For", this seems to match the
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 6 Jun 2008 21:50:17 +0000 (21:50 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 6 Jun 2008 21:50:17 +0000 (21:50 +0000)
unwritten lore better.

Closes 203

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2652 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_http.c

index d6986f990cb1347f5705b6f65c0c1aa74ae18e59..3233fbba0ba027a062cc480e761f5e6ef407cda9 100644 (file)
@@ -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;