Updated Release: C++ REST SDK 2.6.0
streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...
View ArticleCommented Feature: Websockets not supported on Visual Studio 14 desktop [277]
Our implementation relies on Boost via several NuGet packages. These packages do not have Visual Studio 14 versions, therefore supporting websockets on Visual Studio 14 requires further...
View ArticleClosed Feature: Websockets not supported on Visual Studio 14 desktop [277]
Our implementation relies on Boost via several NuGet packages. These packages do not have Visual Studio 14 versions, therefore supporting websockets on Visual Studio 14 requires further investigation.
View ArticleUpdated Release: C++ REST SDK 2.6.0
streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...
View ArticleNew Post: Securing the socket with a certificate.
Steve, based on the links I followed these steps. Makecert -r -pe -n CN="www.example.com" -b 05/10/2010 -e 12/22/2011 -eku 1.3.6.1.5.5.7.3.1 -ss my -sr localmachine -sky exchange -sp "Microsoft RSA...
View ArticleCommented Issue: websocket_callback_client - close_callback_client_websocket...
This is something going on with websocketpp and I'm not sure if actually in the client or in the test server. The test has been disabled for now.Starting test case...
View ArticleCommented Issue: Potential deadlock when threw exception [379]
I discovered potential deadlock when threw exception from function "schedule". Code below:```Release\src\pplx\pplxwin.cpp: if (!work){ delete schedulerParam; throw...
View ArticleCommented Issue: Potential deadlock when threw exception [379]
I discovered potential deadlock when threw exception from function "schedule". Code below:```Release\src\pplx\pplxwin.cpp: if (!work){ delete schedulerParam; throw...
View ArticleClosed Issue: Potential deadlock when threw exception [379]
I discovered potential deadlock when threw exception from function "schedule". Code below:```Release\src\pplx\pplxwin.cpp: if (!work){ delete schedulerParam; throw...
View ArticleUpdated Release: C++ REST SDK 2.6.0
streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...
View ArticleUpdated Release: C++ REST SDK 2.6.0
streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...
View ArticleCreated Unassigned: uri_exception is thrown when uri contains square brackets...
`uri_builder` in `windows_request_context::read_headers_io_completion` throws web::uri_exception when the uri contains square brackets.The encode_uri method handles square brackets as general...
View ArticleCommented Unassigned: uri_exception is thrown when uri contains square...
`uri_builder` in `windows_request_context::read_headers_io_completion` throws web::uri_exception when the uri contains square brackets.The encode_uri method handles square brackets as general...
View ArticleCreated Unassigned: Error with cpprest desktop for platform toolset v140 [383]
I am trying to run a basic example for http_listener and I am getting the following runtime error:> The procedure entry point...
View ArticleCommented Unassigned: Error with cpprest desktop for platform toolset v140 [383]
I am trying to run a basic example for http_listener and I am getting the following runtime error:> The procedure entry point...
View ArticleCommented Unassigned: Error with cpprest desktop for platform toolset v140 [383]
I am trying to run a basic example for http_listener and I am getting the following runtime error:> The procedure entry point...
View ArticleCreated Unassigned: json::value::parse fails with BOM (byte order mark) [384]
Hello,I noticed that if the string to be parsed by json::value::parse starts with the BOM (byte order mark) an web::json::json_exception is thrown. Is the BOM unsupported?Thanks,Pedro
View ArticleCommented Unassigned: uri_exception is thrown when uri contains square...
`uri_builder` in `windows_request_context::read_headers_io_completion` throws web::uri_exception when the uri contains square brackets.The encode_uri method handles square brackets as general...
View ArticleCommented Unassigned: json::value::parse fails with BOM (byte order mark) [384]
Hello,I noticed that if the string to be parsed by json::value::parse starts with the BOM (byte order mark) an web::json::json_exception is thrown. Is the BOM unsupported?Thanks,PedroComments: Hi...
View ArticleEdited Issue: json::value::parse fails with BOM (byte order mark) [384]
Hello,I noticed that if the string to be parsed by json::value::parse starts with the BOM (byte order mark) an web::json::json_exception is thrown. Is the BOM unsupported?Thanks,Pedro
View Article