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)
committerArt Cancro <ajc@citadel.org>
Sat, 15 Jan 2011 04:01:04 +0000 (23:01 -0500)
commit87f385dec247b42ce231825e6fc4b79437331625
tree3c4030a8091c137a7aaa0491a1005a8944c0c692
parent1e137b1deb40d42cd127843ed237c6b8d14d27c9
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