Andreas Nägeli
Andreas Nägeli
> @NateBrady23 please run the first run with the new servers, with the last full run commit I second this as I updated my benchmarks in the meantime and would...
The filter is appended to the URL but not applied. As a workaround we can refresh the page (just place your cursor in the address line and hit enter). Is...
Would be interesting for me to know as well.
Currently we have, for a regular release: 1. Create a new release branch (e.g. `release/9.3`) 2. Ensure the correct version numbers in the release branch on all packages (usually a...
So I guess steps 8-12 would be a quick win to be implemented as a workflow, taking a tag name as an input.
@Matasx I just added a release workflow that will build and push to nuget from a release branch. See https://github.com/Kaliumhexacyanoferrat/GenHTTP/actions/runs/18967239374 for an example. I think this should suffice for now.
@Matasx: Would this be an interesting feature for your use case?
Note: Should use the `Cache` infrastructure so the limits can be enforced on multiple nodes.
So are we sure that we do not have server implementations that just ignore the connection close instruction as it is not common anymore? 🤔 To be honest it now...
> Can compliance with these instructions be easily verified? You could do `curl -v http://server http://server` with the `Connection: close` header which issues two requests and states whether the connection...