Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Browsing all 4845 articles
Browse latest View live

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 Article


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


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

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

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


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

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

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


Reviewed: C++ REST SDK 2.1 (九月 28, 2014)

Rated 5 Stars (out of 5) - good i like it

View Article


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

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

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

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


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

Created 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


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

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


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

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

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