Closed Issue: Linux 32 build machine is busted [215]
Machine needs to be re-imaged and setup with Ubuntu 14.04.Comments: Added extra Ubuntu 14.04 i386 VM
View ArticleEdited Issue: JSON parsing/serializing roundtrip fail [259]
Version: v2.2.0Compiler: VS 2013Platform: both Win32/x641. The attached input.json (UTF-8) file is read with binary mode into a string.2. Parse it with ```std::istrstream is(json);value root =...
View ArticleCommented Issue: json - non_default_locale fails on OS X [263]
[0mStarting test case parsing_tests:non_default_locale...[1;31m/var/jenkins/build/arch/osx/config/Release/libtype/Shared/Release/tests/Functional/json/parsing_tests.cpp:585: error: Failure in...
View ArticleClosed Issue: json - non_default_locale fails on OS X [263]
[0mStarting test case parsing_tests:non_default_locale...[1;31m/var/jenkins/build/arch/osx/config/Release/libtype/Shared/Release/tests/Functional/json/parsing_tests.cpp:585: error: Failure in...
View ArticleEdited 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 Unassigned: please provide a downloadable source tarball [284]
Please provide a source tar.gz, to help debian in package the library.https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722275thanksComments: Yes, we can do that, not a big problem (I'm already doing...
View ArticleCreated Unassigned: Casablanca fails to build from source [PATCH] [287]
Build failure:[ 2%] Building CXX object src/CMakeFiles/cpprest.dir/json/json_parsing.cpp.ocd /tmp/buildd/casablanca-2.2.0/obj-x86_64-linux-gnu/src && /usr/bin/c++ -Dcpprest_EXPORTS -g -O2...
View ArticleEdited Unassigned: Casablanca fails to build from source [PATCH] [287]
Build failure:[ 2%] Building CXX object src/CMakeFiles/cpprest.dir/json/json_parsing.cpp.ocd /tmp/buildd/casablanca-2.2.0/obj-x86_64-linux-gnu/src && /usr/bin/c++ -Dcpprest_EXPORTS -g -O2...
View ArticleClosed Unassigned: int web::uri::port() const always returns 0 [281]
From doc, web::uri::port is supposed to return either the port number or -1.> int web::uri::port ( ) const>inline>Get the port component of the URI. Returns -1 if no port is...
View ArticleEdited 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 ArticleNew Post: exception "Error in IXMLHttpRequest2Callback" when doing a...
Steve, I tried with http_client_config class by setting credentials. still i get the same error "download of resource failed". I am using http_request in order to set some custom headers. but i don't...
View ArticleNew Post: Sending a POST request from the Server
I am using this code to POST a string from a webpage to a C++ listener application using REST SDKs. This is the code from the webpage$.ajax({ url: "http://localhost:2001/", dataType: "json",...
View ArticleCreated Unassigned: Alignment Issues [288]
Hi there,I ran into an issue recently where I was using Casablanca in a C++ module that was compiled with 4 byte alignment. It appears that Casablanca requires at least 8 byte alignment. Is this...
View ArticleCreated Unassigned: please provide install instructions. [289]
Hi, I cannot find anywhere how to install the package, and there is no install target in cmake files.Moreover there is no cmake way to provide doxygen files.can you please explain where should files be...
View ArticleNew Post: exception "Error in IXMLHttpRequest2Callback" when doing a...
Hi Venu, You don't set headers on the http_client_config class, you should only need to specify the credentials on the http_client_config class and not on the on the http_request class as well. Is this...
View ArticleEdited Issue: http_linux.cpp infinite loop [283]
Hi – I believe I’ve identified a potential issue in the Linux code. Say I have a web::http::http_request, and I call set_body(input_stream, content_length, content_type). For some reason (an error case...
View ArticleCommented Issue: http_client - on winrt stream_close_early_with_contentlength...
I believe this is a test bug, I think what is happening is the winrt http client behaves differently is and is causing the connection to be closed before the server is actually shutting down.I'm able...
View ArticleCommented Issue: http_client - set_body_stream_exception fails intermittently...
VS12 Rolling build X64 Release: set_body_stream_exception test failed on winrt. This has been occurring intermittently, I am disabling the test with a bug. \0Starting test case...
View ArticleCommented Unassigned: please provide install instructions. [289]
Hi, I cannot find anywhere how to install the package, and there is no install target in cmake files.Moreover there is no cmake way to provide doxygen files.can you please explain where should files be...
View Article