Quantcast
Browsing all 4845 articles
Browse latest View live

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 Article


Commented 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 Article


New 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 Article

New 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 Article

New 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 Article


New 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 Article

Created 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 Article

Edited 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 Article


Edited 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 Article


Edited 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 Article

Edited 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 Article

Edited 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 Article

Edited 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 Article


New 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 Article

New 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 Article


Commented 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 Article

New 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 Article


Commented 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 Article

Closed 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 Article

Updated 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
Browsing all 4845 articles
Browse latest View live