Commented Unassigned: Multiple build errors while building with iOS sdk 8 [293]
Hello,I am getting multiple build errors while building Casablanca following the iOS build instructions. OpenSSL and boost both build (tried with v1.55, v1.56, v1.57) but I keep getting errors with the...
View ArticleNew Post: Fatal error when compiling with /MD
Desbaratizador wrote: I have a project where i'am using Casablanca, all runs as expected if i compile with "/MDd" but if i try a release compile ("/MD") my library crash's when tries to instantiate a...
View ArticleCommented Unassigned: Please update websocketpp embedded library [294]
Hi, can you please update it? 0.3.0 has been released two months ago, and I would personally avoid having one alpha library (even if only for tests) in debian ;)many thanksGianfrancoComments: Hi, sorry...
View ArticleReopened Unassigned: Please update websocketpp embedded library [294]
Hi, can you please update it? 0.3.0 has been released two months ago, and I would personally avoid having one alpha library (even if only for tests) in debian ;)many thanksGianfranco
View ArticleEdited Unassigned: Please give users a way to use an external websocketpp...
Hi, can you please update it? 0.3.0 has been released two months ago, and I would personally avoid having one alpha library (even if only for tests) in debian ;)many thanksGianfranco
View ArticleCommented Issue: Fix docs for http_request constructor [273]
From discussion: https://casablanca.codeplex.com/discussions/567445#post1304756 When using API methods, one usually use a http_request with one of the API methods such as GET, POST etc. I would like to...
View ArticleClosed Issue: Fix docs for http_request constructor [273]
From discussion: https://casablanca.codeplex.com/discussions/567445#post1304756 When using API methods, one usually use a http_request with one of the API methods such as GET, POST etc. I would like to...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android, issue 242.Added usage of Boost ssl::context::default_workarounds for compatibility with somewhat broken servers.Fixed issue with...
View ArticleNew Post: Why not using stock PPL
Hi Niklasgu, I know that this thread is an year old one. I am curious if latest Casablanca release supports PPL parallel algorithms? Thanks, Venu
View ArticleNew Post: Inputting a string
I use this code to place GET request from a listenar application to a webpage, from a listenar command line console application listener.support(methods::GET, [](http_request req) { std::cout <<...
View ArticleNew Post: Sending a POST request from the Server
If you want the response data to come from the user's HTTP request they you will have to send the information through headers or the request body. I'm not sure of another way that the user can enter...
View ArticleNew Post: Inputting a string
Hi maverick786us, If you are starting your listener from the command line locally you could pass in command line arguments. Then simply supply the string command line arguments to the...
View ArticleNew Post: Why not using stock PPL
Hi Venu, No we only support PPL tasks in the C++ Rest SDK. None of the parallel algorithms have been added. Steve
View ArticleNew Post: exception "Error in IXMLHttpRequest2Callback" when doing a...
Hi Venu, No that doesn't sound correct, I've never seen this happen. The only time an http_exception will be thrown is if an error actual occurs. We don't consider status codes to be an error. An error...
View ArticleCreated Unassigned: http_client - boost client on OSX occasional reports end...
Instead of getting the errc::timedout "End of file" is reported. We don't control or set this error code at all so it must have something to do with Boost underneath.This issue is very low impact since...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android, issue 242.Added usage of Boost ssl::context::default_workarounds for compatibility with somewhat broken servers.Fixed issue with...
View ArticleCommented Issue: Race condition with timeouts in http_linux.cpp [280]
_Reported by internal customer_I think we’ve found the root cause of the issue I was asking about below. It looks like there’s a race condition in http_linux.cpp. Around line...
View ArticleClosed Issue: Race condition with timeouts in http_linux.cpp [280]
_Reported by internal customer_I think we’ve found the root cause of the issue I was asking about below. It looks like there’s a race condition in http_linux.cpp. Around line...
View ArticleCommented Issue: Android - xlocale.h isn't include with our build...
I can see it located in the ndk under android-ndk-r9d\sources\android\support\include but for some reason it isn't included. Merely adding it the include path doesn't work either, resulting in...
View ArticleEdited Issue: Android - xlocale.h isn't include with our build instructions...
I can see it located in the ndk under android-ndk-r9d\sources\android\support\include but for some reason it isn't included. Merely adding it the include path doesn't work either, resulting in...
View Article