It appears to be a race condition because this call was done after casablanca110.dll is unloaded. I was trying to detect memory leak using umdh command so I simply added a breakpoint to FreeLibrary...
Id #13 | Release:
C++ REST SDK 0.6
| Updated: Fri at 2:44 PM by niklasgu | Created: Fri at 10:41 AM by c2c
Hi,
I am having HTTP client created using C++ REST SDK. I don't see any way to get progress info on ongoing WEBDAV put and get .
Please suggest.
Regards
Prashant
Id #12 | Release:
C++ REST SDK 0.6
| Updated: Fri at 2:44 PM by niklasgu | Created: Wed at 11:43 AM by Prashant8579
The 3 assertions that get thrown in debug mode when trying to upload a file are lines 967, 961, and 913 in http_client.cpp souce file via PUT. All the assertions report "released == false". However...
Id #11 | Release:
C++ REST SDK 0.6
| Updated: Fri at 2:45 PM by niklasgu | Created: May 13 at 5:11 PM by trollbyte
cd Binaries/Release64
./run_tests.sh
[...]
Starting test case pplxtask_tests:TestTaskOperators...
pplxtask_tests.cpp:546: error: Failure in TestTaskOperators: Unhandled exception: test crashe...
Id #9 | Release:
C++ REST SDK 0.6
| Updated: Fri at 2:46 PM by niklasgu | Created: Apr 16 at 11:53 AM by huxley
When the current position on a rawptr_buffer is at EOF, can_read() returns false.
This behavior is not consistent with that of the other types of buffers.
In particular, it prevents the seekpo...
Id #8 | Release:
C++ REST SDK 0.6
| Updated: Fri at 2:46 PM by niklasgu | Created: Apr 8 at 4:41 PM by alessandropassaro
std::string web::json::details::_String::as_utf8_string() const
{
if(is_wide())
{
return utf16_to_utf8(unescape_string<utf16char>(m_wstring.get()));
}
else
{
return unescape_string<char>(m_s...
Id #7 | Release:
C++ REST SDK 0.6
| Updated: Fri at 2:46 PM by niklasgu | Created: Apr 8 at 2:48 PM by hearts
Requesting users to #include <json.h> is not a good idea as the header name is far from being unique.
Please, use of buried headers and deploy all headers in dedicated subfolder, i.e. #include <c...
Id #5 | Release:
C++ REST SDK 0.6
| Updated: Apr 25 at 7:00 PM by niklasgu | Created: Apr 5 at 1:21 PM by mloskot
Shouldn't the precopiled header file be placed under the "src" folder and not under the "include" folder? This seems to be a safer strategy for PCH files as to not accidentally deploy or include th...
Id #3 | Release:
C++ REST SDK 0.6
| Updated: Apr 25 at 7:01 PM by niklasgu | Created: Apr 2 at 6:54 PM by syvex
in read_headers (http_client.cpp):
ctx->m_needChunked = boost::iequals(value, U("chunked"));
Above statement will not always work because some site somehow inserts an additional space before th...
Id #2 | Release:
C++ REST SDK 0.6
| Updated: Apr 25 at 7:01 PM by niklasgu | Created: Mar 25 at 6:52 AM by c2c