Valentin Gosu

Results 34 comments of Valentin Gosu

The first rust version that builds this crate successfully is 1.77 For 1.76 I get: ```bash $ rustup run 1.76 cargo check ... Checking sfv v0.10.4 (/home/icecold/workspace/sfv) error[E0658]: use of...

I'm in favor of no 2. I think RFC 9651 should be the default. Since some headers may have been defined to reference RFC 8941 where date and displayString should...

I believe this should also block IPv4 mapped `::ffff:0.0.0.0`

Could we say something like this? ``` If ipAddresses contains ::, ::ffff:0:0, or 0.0.0.0, or ipAddresses contains an IP address that maps to 0.0.0.0 then return failure. ``` We should...