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

Commented Issue: Return -1 if content_length is not set [298]

Currently, we return 0 if the Content-Length header is not set. Since 0 is a potentially valid Content-Length setting, this is somewhat ambiguous. It may be better to return (size64_t)(-1) to signal...

View Article


Edited Issue: Return -1 if content_length is not set [298]

Currently, we return 0 if the Content-Length header is not set. Since 0 is a potentially valid Content-Length setting, this is somewhat ambiguous. It may be better to return (size64_t)(-1) to signal...

View Article


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

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

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


Edited Feature: Linux - ARM support [291]

Hi, is casablanca actualy supporting arm architecture?build logs attached(cdecl errors)

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

Closed 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


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


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

New Post: Cannot build vs2014 solution

Hi, I tried to build the vs2014 solution from a clean git clone from the development branch (I have vs 2014 ctp4 installed on Win7 64 bit). There error is...

View Article

New Post: Implementing headers

I have created a lisetener application using latest Casablanca SDK in VC++ 2012. This is my source code. This listener application takes GET, POST and PUT requestsint _tmain(int argc, _TCHAR* argv[]) {...

View Article

New Post: Implementing headers

I tried something like this.req.headers().add(L"Access Control for Cross-Site Requests", L"MyHeaderValue"); req.set_request_uri(L"requestpath"); req.reply(status_codes::OK, U("Welcome to StrikeForce"),...

View Article


New Post: Implementing headers

Hi maverick786us, In your code snippet you are adding headers to the http_request object that already came into the listener. It sounds like instead you want them to be on the HTTP response, no?...

View Article

New Post: Set Process Affinity Mask

We need to affinitize all the worked threads to specific cores. I found out on msdn that process affinity mask doesn't work (http://msdn.microsoft.com/en-us/library/gg663535.aspx):"... The version of...

View Article


New Post: Implementing headers

**stevetgates wrote:** Hi maverick786us, In your code snippet you are adding headers to the http_request object that already came into the listener. It sounds like instead you want them to be on the...

View Article

New Post: Implementing headers

Hi maverick786us, That looks correct to me. When calling http_request::reply(http_response) you are indicating to associate the http_response with that request and to send it to the client. Steve

View Article


Created Issue: dev14 - broken build due to mismatched noexcept [300]

f:\projects\dev_tools\cpprest\dev\release\include\cpprest\asyncrt_utils.h(253): error C2694: 'const char *utility::details::windows_category_impl::name(void) const': overriding virtual function has...

View Article

New Post: Cannot build vs2014 solution

Hi G, We still are in the process of adding VS2014 support, but it looks like we have a noexcept mismatch conflict. This definitely will be fixed. Thanks for reporting the issue. I've opened #300 to...

View Article

Created Issue: websockets - winrt 110 test crash [301]

A regression has crept in or a bug is now being exposed. I've seen on several occasions the websocket winrt tests crash when executing as part of the builds. Not sure yet if it is consistently the same...

View Article
Browsing all 4845 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>