Daniele Teti
Daniele Teti
Any news?
Yes, it may be useful. Feel free to provide a PR
See issue #78
Great! Thank you
Sorry, I cannot reporoduce it in any way. DO you have abother machine to do the test? Did you use the latest repo version?
Why use a `multipart/form-data` when you actually need a `application/x-www-form-urlencoded`? (at least in the sample you wrote) Send the params as follows: ```delphi var lForm := TStringList.Create; try lForm.Values['field1'] :=...
Just adapt your changes to the branch 2. Consider that @fastbike is doing some changes too.
David, use the version deployed with dmvcframework in the repo (if you can). When dmvcframework 3.4.2-magnesium will be released, the loggerpro folder will become loggerpro version 2. You can make...
There is an `IFDEF` to choose. Check LoggerPro.JSONLFileAppender.pas ```delphi uses System.IOUtils, {$IF Defined(USE_JDO)} JsonDataObjects {$ELSE} System.JSON {$ENDIF} ; ```
Can you reproduce the issue with a minimal and self contained example using `oha` (https://github.com/hatoo/oha) or `ab.exe`?