YuyaOkumura
Results
2
issues of
YuyaOkumura
Currently, UUIDv6 and UUIDv7 implementations follow RFC draft rev 02 [1]. However, it has already been updated by RFC draft rev 03 [2] in March 2022. Rev3 updates v6 and...
`extractIP` may return empty IP if `RemoteAddr` has no port ( `SplitHostPort` fallback suggestion)
3
The extractIP function currently uses [net.SplitHostPort](https://cs.opensource.google/go/go/+/refs/tags/go1.24.1:src/net/ipsock.go;l=165-218) to parse `http.Request.RemoteAddr` and extract the IP address. This works well when `RemoteAddr` is in the form "host:port", but SplitHostPort returns an error (and...