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 ArticleEdited 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 ArticleEdited 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 ArticleEdited 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 ArticleClosed 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 ArticleEdited Feature: Linux - ARM support [291]
Hi, is casablanca actualy supporting arm architecture?build logs attached(cdecl errors)
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 ArticleClosed 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 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 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleNew 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 ArticleCreated 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 ArticleNew 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 ArticleCreated 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