L. Kärkkäinen
L. Kärkkäinen
I do not think this is a documentation issue, but rather just a broken feature. Directories (handler with trailing slash) accessed without trailing slash should cause *redirection* to the correct...
@johndoe46 Thanks for the thorough testing of frameworks. Nginx does 301 redirect, which I suspect Apache and Lighttpd probably do as well but given the variety of responses you found...
> I am not saying that is a bad thing, but how could you handle that with a deprecation? You cannot since you are largely talking about a completely different...
I am again underlining that all resources should have *unique* URLs so the flexibility with the trailing slash is bad (for similar reasons why it should be prevented www.example.com and...
This should solve the issue in practice, even though the root problem cannot be fixed. The uvloop issue is still open with no activity...
> Not sure why you would use BLAKE2b when BLAKE3 is a lot faster. A fair point, especially in this case since the data is huge and Blake3 is much,...
It's a bit cumbersome that each file has a separate b3sum file. If all were listed in a single file LLaMa.b3sum at the root directory, you could simply run ```sh...
Streaming in the audio and having low latency transcription output would be nice, yes. A part of the problem is that you don't really know whether you need to listen...
I put together a small HTTP server benchmark for asyncio, uvloop and trio: https://paste.zi.fi/p/ahbench.py/view Results on Macbook with i7-4870HQ: https://paste.zi.fi/p/ahbench-results.txt/view
@njsmith There you go https://github.com/Tronic/async-http-benchmark