diff options
| author | prep <prep@lindenlab.com> | 2013-04-08 17:11:24 -0400 |
|---|---|---|
| committer | prep <prep@lindenlab.com> | 2013-04-08 17:11:24 -0400 |
| commit | a2a25c9ed5de12cfb8a08844682368dc236a1b42 (patch) | |
| tree | ab3f3eb48cac5fedb091a9fe46cc0eefd64315ce /indra/llmessage/llhttpnode.cpp | |
| parent | 985b7277e824c39275d9a06c6262b6f394b02133 (diff) | |
| parent | b4c60f430332674e5dbdb672152e62d252e9a6e1 (diff) | |
merge
Diffstat (limited to 'indra/llmessage/llhttpnode.cpp')
| -rw-r--r-- | indra/llmessage/llhttpnode.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/llhttpnode.cpp b/indra/llmessage/llhttpnode.cpp index c0c3d0bcbe..5058fdaf51 100644 --- a/indra/llmessage/llhttpnode.cpp +++ b/indra/llmessage/llhttpnode.cpp @@ -182,6 +182,7 @@ void LLHTTPNode::options(ResponsePtr response, const LLSD& context) const LL_DEBUGS("LLHTTPNode") << "context: " << context << LL_ENDL; // default implementation constructs an url to the documentation. + // *TODO: Check for 'Host' header instead of 'host' header? std::string host( context[CONTEXT_REQUEST][CONTEXT_HEADERS][HTTP_IN_HEADER_HOST].asString()); if(host.empty()) |
