Andreas Katzig
Andreas Katzig
clang -v ``` Apple clang version 12.0.0 (clang-1200.0.32.2) Target: x86_64-apple-darwin19.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ``` c2go -v: `v0.26.0 Erbium 2020-03-17` git rev-parse HEAD: `5836250bdbbb93bd9875c6cb6b6770d7838b64f9` OS: `MacOS Catalina 10.15.6` ```...
This adds a JUnit XML output which can be integrated into CI-systems like Jenkins, amongst certainly other use cases. Use it with `--format=junit` Before merging, check https://github.com/psecio/iniscan/issues/104 to ensure that...
Hi, CI systems like Jenkins can publish JUnit XML results out of the box. It would be great if we could have a exporter for that format. For a JUnit...
When testing the http response for strings related to rate limiting, comparison should be done in lower case, to also match response texts like `429 Too Many Requests` etc.
As far as I can see it seems that there is no real graceful shutdown implemented for the Listeners. After sending a SIGTERM/SIGINT, HFC is not waiting for all current...
Hi, we're having an ASP.NET web service with ServiceStack which itself calls multiple other HTTP web services at self - around 3 HTTP calls to an external service per request...
Most important changes in `AddBodyPart` and `PortNumber` of AspNetNativeWebRequest.cs - please see commit messages.
Just wanted to let you know about this exception, which happened to us during a stress test. Havn't yet investigated further, will do as soon as I got time: ```...
Hi, We're using supervisord which keeps mono-server-hyperfastcgi4 running, using the most current revision of HFC and Mono 4.2.1. Our log shows that HFC crashed from time to time due to...
When adding hex encoded special characters to a path, the error ` CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xC0\xAEbar' for column 'redirectSrcUrl'...