hoensr

Results 6 comments of hoensr

OK, so I have to do `connect(request->connection(), &QHttpConnection::disconnected, this, &MyListener::FoolAround);` and do my fooling around there. This works fine, thank you for clarifying this! And of course, thank you for...

Sure, no problem. You're right, Microsoft is [kind of slow](https://msdn.microsoft.com/en-us/library/hh567368.aspx) in implementing the new features, e.g. the `auto` keyword. I just wanted to propose that if you change these two...

Same here! What Knobtviker says...

Well, it is possible to connect to the signal `QHttpRequest::data(QByteArray)`, which is emitted when the body has been read. But I wanted a signal containing the (completely parsed) request and...

Hi 7hibault, I have switched to the dev branch although I use VS2013 without complete c++14 support. But there are only a few places which use c++14 features and I...

C1020 is "unexpected #endif", but there is no #endif on or near line 2222 of [hippomocks.h](https://github.com/dascandy/hippomocks/blob/master/HippoMocks/hippomocks.h). Are you sure your file is not corrupt?