eao197

Results 170 comments of eao197

@guteksan can you provide information about your environment (OS, compiler version, versions of libasio-dev and libhttp-parser-dev)? Or maybe you can provide a Dockerfile with your build commands inside so I...

It seems that [libhttp-parser-dev for ubuntu-16.04 contains http-parser v.2.1](https://packages.ubuntu.com/xenial/libhttp-parser-dev). There are no many HTTP methods that were added to http-parser at v.2.6. Like HTTP_BIND, HTTP_REBIND, HTTP_UNBIND. We have started the...

I've updated RESTinio to fmtlib-7.1.2 in `0.6-dev-0.6.13-update-deps` branch and checked it with a couple of different versions of different compilers with C++14 and C++17, and doesn't found any compilation errors.

Hi! I don't know about any attempt to add support of RESTinio to Swagger. And we hadn't a need for such functionality yet.

Hi! Do you want to use the same event-loop for amqp-cpp and RESTinio?

I don't expect any serious problem if: - you are using amqp-cpp and restinio on different work threads (it means that libev will work on its own context with its...

> if I integrate AMQP-CPP into an agent (maybe I'm wrong), will the agent be able to handle the events to which it has subscribed? Isn't the ev_loop loop blocking?...

Hi! The main use case for RESTinio was (and I suppose still is): take a get/post request, post it for async processing to some another work thread, take a result...

> but it might be still good idea to an optional setting to limit request body size. I think you're right -- it looks like a good idea. We'll try...