Edited Issue: Content-type is parsed incorrectly for atom feeds [213]
According to http://www.ietf.org/rfc/rfc5023.txt Content-type of atom feeds can looks like this:application/atom+xml; charset=UTF-8; type=entry or application/atom+xml; type=entry; charset=UTF-8This is...
View ArticleEdited Issue: iOS instructions do not work for x86_64 simulator [196]
From https://casablanca.codeplex.com/discussions/548817#post1256770 by Les1966> in the directions to build casablanca for iOS, it says to use the build.sh from...
View ArticleEdited Issue: potential memory leaks in streams file I/O [189]
I still haven’t figured out in the non-error path who is responsible for deleting this buffer. One immediate problem is we allocate a buffer on the heap in many places like the following in...
View ArticleEdited Issue: ./run_tests on Linux doesn't accurately report results at the...
Our test running helper script doesn't print at the end if an earlier up test case failed. This can make it easy to run locally and think everything is fine. This doesn't affect our builds.Ideally we...
View ArticleEdited Issue: websocket_client - set_data using istream should have a default...
codereview comment from Steve:"Should the len variable default to some value which means read until the end of the stream?"While setting data on a websocket outgoign message using stream interfaces,...
View ArticleEdited Issue: Linux and OS X: progress_handler tests are disabled [136]
Need to be re-enabled.
View ArticleCommented Unassigned: Compilation error when including...
In general, it appears that cpprest/json.h and boost/iostreams_filtering.hpp are incompatible. Specifically,on Ubuntu 14.4 with gcc 4.8.2 and boost 1.55, adding\#include...
View ArticleEdited Unassigned: Compilation error when including...
In general, it appears that cpprest/json.h and boost/iostreams_filtering.hpp are incompatible. Specifically,on Ubuntu 14.4 with gcc 4.8.2 and boost 1.55, adding\#include...
View ArticleEdited Issue: Unable to bring up Manage NuGet Packages [214]
Hello Everyone!I am having a problem to start develop to C++ Rest SDK. The problem maybe could be simple but I do not see any solution =( .I created an empty 'Console Win 32 Project' and when I clicked...
View ArticleNew Post: Windows Service app
Hi Kavyako. Yes, that's exactly i'm doing. I follow the same link (second) to develop my windows service app. In this way, i can use casablanca, right? Thanks !
View ArticleNew Post: Windows Service app
Yes, Casablanca should work just fine. Do let us know if you run into any issues. Thanks Kavya
View ArticleCreated Issue: websocket_client remove usage of POCO server in tests [221]
Instead we should just use WebSocket++ since it already is a dependency.
View ArticleNew Post: CppCon 2014 Talk on using C++ to Connect to Services
If you are going to CppCon, I have a talk about using the C++ Rest SDK to connect to services. Come check it out, or let me know if you are using the C++ Rest SDK and want to meet up during the...
View ArticleClosed Issue: websocket_client - Finalize behavior if close() doesnt receive...
When the client initiates a close, we send a close to the server and return a task completion event. The event will be signalled when a close frame is received from the server. What if the client does...
View ArticleEdited Issue: websocket_client - Finalize behavior if close() doesnt receive...
When the client initiates a close, we send a close to the server and return a task completion event. The event will be signalled when a close frame is received from the server. What if the client does...
View ArticleCreated Feature: wss support on desktop/x-plat [222]
wss is only enabled and working on Windows Store right now.
View ArticleEdited Issue: Linux 32 build machine is busted [215]
Machine needs to be re-imaged and setup with Ubuntu 14.04.
View ArticleEdited Issue: gcc warning in json_parsing.cpp - Comparision error [212]
Hi there,I tried to compile casablanca again and stumbled over this error (only with gcc-4.9)`casablanca/Release/src/json/json_parsing.cpp:359:19 error: comparison between signed and unsigned integer...
View ArticleCreated Unassigned: Setup dev12 winRT websocket tests [223]
There was some issue with running POCO Websocket server with Dev12. Now that we have a test server with websocket++, leverage the same for WinRT tests too.
View ArticleEdited Feature: Users should be able to validate servers with custom...
On non-windows platforms, openssl expects all valid certificates to reside in a directory like "/usr/local/etc/openssl". This can be problematic if the user program doesn't have root access, or the...
View Article