New Post: monitoring page
Hi opreanstefan, Ok based on what you've describe then it sounds like you need to create an http_listener for processing requests querying about the status of your other application. Then in your...
View ArticleCommented Feature: Windows - support for utf-8, single byte strings [239]
On Windows string_t is a 2 byte character, assumed UTF-16 string in the C++ Rest SDK. For some data critical areas we could make API overloads that work with std::string or return std::string.This has...
View ArticleNew Post: producer_consumer_buffer, large file and "multipart/form-data"
hi, Struggling to make it right. I found nice explanation how to implement simple scenario when file is loaded into memory upfront https://casablanca.codeplex.com/discussions/568637 but is there way to...
View ArticleNew Post: Trying to Replicate a Post make from the Chrome REST Console to...
Hello, I am trying to create a program to interface with the API of the peer-to-peer lending site, Prosper.com. I am able to successfully post a loan request from the REST Console of Chrome, but I am...
View ArticleNew Post: Reference to PropertyPageSchema default-propertiesui.xml in...
Hi folks, I'm having some issues with a VS2013 project rebuilding unnecessarily. I think I might have tracked it back to our imported cpprestsdk.targets where we have -<ItemGroup>...
View ArticleNew Post: producer_consumer_buffer, large file and "multipart/form-data"
I had the same problem and found a solution by extending the sample code in https://casablanca.codeplex.com/SourceControl/latest#Release/samples/SearchFile/searchfile.cpp I agree it is not the most...
View ArticleCreated Unassigned: Web api server memory leak [348]
Hi,I am using casablanca from NUGet (<package id="cpprestsdk" version="2.4.0.1" targetFramework="Native" />). VS2013. I have a cpu and memory leak on practical empty project and one project only...
View ArticleEdited Unassigned: Web api server memory leak [348]
Hi,I am using casablanca from NUGet (<package id="cpprestsdk" version="2.4.0.1" targetFramework="Native" />). VS2013. I have a cpu and memory leak on practical empty project (few hours testing)...
View ArticleEdited Unassigned: Web api server memory leak [348]
Hi,I am using casablanca from NUGet (<package id="cpprestsdk" version="2.4.0.1" targetFramework="Native" />). VS2013. I have a cpu and memory leak on practical empty project (few hours testing)...
View ArticleEdited Unassigned: Web api server memory leak [348]
Hi,I am using casablanca from NUGet (<package id="cpprestsdk" version="2.4.0.1" targetFramework="Native" />). VS2013. I have a cpu and memory leak on practical empty project (few hours testing)...
View ArticleEdited Unassigned: Web api server memory leak [348]
Hi,I am using casablanca from NUGet (<package id="cpprestsdk" version="2.4.0.1" targetFramework="Native" />). VS2013. I have a cpu and memory leak on practical empty project (few hours testing)...
View ArticleEdited Unassigned: Casablanca memory leak [348]
Hi,I am using casablanca from NUGet (<package id="cpprestsdk" version="2.4.0.1" targetFramework="Native" />). VS2013. I have a cpu and memory leak on practical empty project (few hours testing)...
View ArticleEdited Unassigned: Casablanca server memory leak [348]
Hi,I am using casablanca from NUGet (<package id="cpprestsdk" version="2.4.0.1" targetFramework="Native" />). VS2013. I have a cpu and memory leak on practical empty project (few hours testing)...
View ArticleNew Post: Reference to PropertyPageSchema default-propertiesui.xml in...
Hi Ed, Yes, this does look like an erroneous msbuild item. Do your rebuilds get better if you remove it? roschuma
View ArticleNew Post: producer_consumer_buffer, large file and "multipart/form-data"
Hi denveloper, There are a couple of different options. You could write to the producer_consumer_buffer in chunks. If you data is coming from a file the best thing probably would be to use a file...
View ArticleCommented Unassigned: Casablanca server memory leak [348]
Hi,I am using casablanca from NUGet (<package id="cpprestsdk" version="2.4.0.1" targetFramework="Native" />). VS2013. I have a cpu and memory leak on practical empty project (few hours testing)...
View ArticleNew Post: Trying to Replicate a Post make from the Chrome REST Console to...
Hi Gary, One issue that I can spot is you aren't actually setting any of the URI query parameters. The variable parmString isn't used to set any information on the outgoing http_request object....
View ArticleCommented Unassigned: nullptr defined as NULL on g++ [340]
Using g++ with C++ Rest SDK redefines nullptr as NULL even if nullptr is available.In file include/cpprest/details/SafeInt3.hpp the following code is used to check if nullptr is available:```#if...
View ArticleClosed Unassigned: nullptr defined as NULL on g++ [340]
Using g++ with C++ Rest SDK redefines nullptr as NULL even if nullptr is available.In file include/cpprest/details/SafeInt3.hpp the following code is used to check if nullptr is available:```#if...
View ArticleUpdated Release: C++ Rest SDK 2.5.0
AndroidFixed issue in CMakeLists.txt where parenthesis were incorrectly used instead of brackets.Fixed issue in CMakeLists.txt where pplxlinux.cpp source file was missing.Added Android TestRunner...
View Article