diff options
author | Geenz <geenz@geenzo.com> | 2013-06-19 15:47:57 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-06-19 15:47:57 -0400 |
commit | 9c83d4b5b88a927c4365154663b1809a450ccb98 (patch) | |
tree | d59d9d5c0e42058e09d73f4ca1c04f47ee55db6c /indra/llmessage/llhttpclientadapter.cpp | |
parent | 72159fd03ea02422e3c6acfbed9221a5326a9cc0 (diff) | |
parent | 2655c7a17ae38a073dcf8f05b0127b68edc34c95 (diff) |
Merge with viewer-release.
Diffstat (limited to 'indra/llmessage/llhttpclientadapter.cpp')
-rwxr-xr-x | indra/llmessage/llhttpclientadapter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llmessage/llhttpclientadapter.cpp b/indra/llmessage/llhttpclientadapter.cpp index 0b59209af1..dcd2d79d67 100755 --- a/indra/llmessage/llhttpclientadapter.cpp +++ b/indra/llmessage/llhttpclientadapter.cpp @@ -45,8 +45,8 @@ void LLHTTPClientAdapter::get(const std::string& url, LLCurl::ResponderPtr respo LLSD empty_pragma_header = headers; if (!empty_pragma_header.has("Pragma")) { - // as above - empty_pragma_header["Pragma"] = " "; + // as above + empty_pragma_header["Pragma"] = " "; } LLHTTPClient::get(url, responder, empty_pragma_header); } |