diff options
| author | Logan Dethrow <log@lindenlab.com> | 2011-08-15 13:22:23 -0400 | 
|---|---|---|
| committer | Logan Dethrow <log@lindenlab.com> | 2011-08-15 13:22:23 -0400 | 
| commit | ff870e977034cc17292aeb8d274ed553c7b2e3e3 (patch) | |
| tree | c60b4be78e66dd4544f5033516eb63a3c87613f3 /indra/llmessage | |
| parent | 3743ec176c3c8fc1b93b2133e385331140819d8f (diff) | |
Back out later: Turned on curl verbose logging for debugging purposes.
Diffstat (limited to 'indra/llmessage')
| -rw-r--r-- | indra/llmessage/llcurl.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp index bfdf49c74b..9ddf8e2824 100644 --- a/indra/llmessage/llcurl.cpp +++ b/indra/llmessage/llcurl.cpp @@ -469,7 +469,7 @@ void LLCurl::Easy::prepRequest(const std::string& url,  	if (post) setoptString(CURLOPT_ENCODING, ""); -	//setopt(CURLOPT_VERBOSE, 1); // useful for debugging +	setopt(CURLOPT_VERBOSE, 1); // useful for debugging  	setopt(CURLOPT_NOSIGNAL, 1);  	// Set the CURL options for either Socks or HTTP proxy | 
