mirror of
https://github.com/fatedier/frp.git
synced 2026-05-03 16:22:18 +00:00
c23894f156
golangci-lint / lint (push) Has been cancelled
- pkg/transport/tls.go: check AppendCertsFromPEM return value and return clear error when CA file contains no valid PEM certificates - pkg/plugin/client/http2http.go: set ReadHeaderTimeout to 60s to match other plugins and prevent slow header attacks - pkg/plugin/client/http2https.go: same ReadHeaderTimeout fix