diff options
| author | Rider Linden <rider@lindenlab.com> | 2016-02-19 11:19:50 -0800 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2016-02-19 11:19:50 -0800 |
| commit | bfabb7bd2b02654e00f5b8d12541e9bec9cbbad7 (patch) | |
| tree | 3c1763ccc80a414d06941c76b0299486e4cf2a69 /indra/llcorehttp/_httpoperation.cpp | |
| parent | 70d4c0ad7da483df2b5e621dd20467b4fd67ab51 (diff) | |
MAINT-6137: Re enable pipelining by default, use new version of CURL (7.47) with corrections for timed out connections in pipelining. Minor fix for safer op retrieval.
Diffstat (limited to 'indra/llcorehttp/_httpoperation.cpp')
| -rwxr-xr-x | indra/llcorehttp/_httpoperation.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcorehttp/_httpoperation.cpp b/indra/llcorehttp/_httpoperation.cpp index 333f20d281..3fc4e28910 100755 --- a/indra/llcorehttp/_httpoperation.cpp +++ b/indra/llcorehttp/_httpoperation.cpp @@ -179,6 +179,9 @@ HttpOperation::ptr_t HttpOperation::findByHandle(HttpHandle handle) { wptr_t weak; + if (!handle) + return ptr_t(); + { LLCoreInt::HttpScopedLock lock(mOpMutex); |
