INVALID_POINTER_READ_CODE_c0000005_casablanca110.dll!ILT

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

Not able to get progress info for WEBDAV put and get using C++ REST SDK

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

Assertion thrown when uploading a file via PUT: (released == false)

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

[Linux] some tests from Release directory crash

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

rawptr_buffer::can_read() behavior

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

WHY USE unescape_string here?

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

Use buried headers in subfolder

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

include/pch/stdafx.h

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

Linux: "chunked" detection logic doesn't work in all cases

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

  • 1-9 of 9 Work Items
    • Previous
    • 1
    • Next
    • Showing
    • All
    • Work Items