Seth Hamilton
Seth Hamilton
I've been playing with this, it's very nice (thank you). Here is my testing: If I make 100 requests (in a loop) and call `client.io_service->run()` on each call, I loose...
https://github.com/eidheim/Simple-Web-Server/blob/1056bd2e70c6abdd6a334d57247f1ea18bab45ef/client_http.hpp#L19 I changed this line to: ``` using string_view = std::string_view; ``` and life became wonderful. My application keeps data in `char*` format (with a known `size_t`). I was pushing...
https://github.com/eidheim/Simple-Web-Server/blob/b9d4be229f41e3eda72394451d479f5245d2a600/server_https.hpp#L24 Is `verify_file` the pem file for the CA? Thank you.
https://github.com/eidheim/Simple-Web-Server/blob/b9d4be229f41e3eda72394451d479f5245d2a600/server_http.hpp#L233 Does this associate the timer with connection so it gets cancelled automatically when the connection is closed?
It would appear that the easing options that go in reverse (inOut or back) result in an exception.
Providing an easy way to enumerate all the customers in a segment created with a `/segment` query. A `customers` query will sort on a list of result columns as defined...
`oloop_query`.h, `oloop_historgram.h` and `oloop_column.h` should all derive from a query base class to reduce the amount of redundant code.