Host header is now stored per-request instead of globally.
authorArt Cancro <ajc@citadel.org>
Sat, 15 Jan 2011 04:01:04 +0000 (23:01 -0500)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 13:56:23 +0000 (13:56 +0000)
commit3922a5371c59a2fc0cc7c0f1e84c32f9dfc46ae8
tree1e7b97a55e4f0f514dc3d0d17c895c4047ffa0a1
parent6eaecb68f61e396011e47a968c1a826b5c51c5af
Host header is now stored per-request instead of globally.
This will allow sitemaps generated by hosts with multiple names
to be referenced correctly.
webcit/context_loop.c
webcit/webcit.h
webcit/webserver.c