timomrs

Results 4 issues of timomrs

`HttpFileUploadRequest` should support defining `Content-Type` for each part. That is, the current per-part header is of the form ``` content-disposition: form-data; name=""; filename="" ``` where itemName and fileName are filled...

enhancement

When a constructor of an HttpController throws, and the exception propagates through `drogon::app().run()` to `main()` and is caught there, it appears impossible to exit the program gracefully, since the assert...

enhancement

When a controller constructor throws, the event loop appears to exit cleanly after merging PR #224 . However, when the program exits, a fatal error is triggered. Minimal reproduction using...

I'm trying to include Leptonica via CMake on OS X 10.14, and I get the following error on build: ``` [build] CMake Error at /usr/local/lib/cmake/LeptonicaConfig.cmake:23 (include): [build] include could not...