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)
commit44b7aaeb1e2a30307c07a8d7594ad906db1e4687
tree3c4030a8091c137a7aaa0491a1005a8944c0c692
parentbe4674cca2834b773de2987330060227ffd3c020
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