summaryrefslogtreecommitdiff
path: root/indra/llmessage/llhttpclient.cpp
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2009-09-08 15:35:19 -0700
committerBryan O'Sullivan <bos@lindenlab.com>2009-09-08 15:35:19 -0700
commitcab31b572d1a3b717b7f8b9fdf2a49f0b2eb6995 (patch)
tree7d1c02976d16f360ac6f0d71e5de0adfa3369512 /indra/llmessage/llhttpclient.cpp
parent1018b36b87d0d19e020c1e416c33c76b06125633 (diff)
parent5b428d3a636709eca51ec5e442147238e0ed1407 (diff)
Merge from trunk
Diffstat (limited to 'indra/llmessage/llhttpclient.cpp')
-rw-r--r--indra/llmessage/llhttpclient.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llmessage/llhttpclient.cpp b/indra/llmessage/llhttpclient.cpp
index 8b90a4c5ca..12ecbb36eb 100644
--- a/indra/llmessage/llhttpclient.cpp
+++ b/indra/llmessage/llhttpclient.cpp
@@ -265,6 +265,11 @@ static void request(
}
}
+ if (responder)
+ {
+ responder->setURL(url);
+ }
+
req->setCallback(new LLHTTPClientURLAdaptor(responder));
if (method == LLURLRequest::HTTP_POST && gMessageSystem)