kvarn icon indicating copy to clipboard operation
kvarn copied to clipboard

An extensible and efficient forward-thinking web server for the future.

Results 10 kvarn issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [brotli](https://github.com/dropbox/rust-brotli) to permit the latest version. Commits 8e0b2a8 fix CI bf3db20 Minor hq.rs cleanup 10083bf Cleanup BlockSplitIterator f53535a Remove dead code d1f356c Remove unused corrosion code...

dependencies

Updates the requirements on [rcgen](https://github.com/rustls/rcgen) to permit the latest version. Commits 3daef5e docs: update CHANGELOG for 0.13.0 17032f0 Support all PrivateKeyDer formats when using aws-lc-rs feature 8974b7f tests: add simple...

dependencies

Blocks on: - https://github.com/tokio-rs/tokio-uring/pull/275 This is a friendly ping :)

Track: - https://github.com/rustls/rustls/pull/1741 - https://github.com/quinn-rs/quinn/pull/1715 works for now, baby

The `x509-parser` crate is depended on to provide automatic populating of host names. When briansmith/webpki#252 has been resolved, this will be provided by the `webpki` crate.

Currently, the uring HTTP/3 implementation only allows one packet to be sent at a time. See 08245fe for more details - investigate if this is an issue (or if they...

When the shutdown manager isn't waited for, the errors are very unclear.

In both HTTP/2 and HTTP/3