You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Security: Add ReadHeaderTimeout to HTTP server to prevent
Slowloris attacks
- Documentation: Add package comments and documentation for
all exported types and functions
- Performance: Pass large structs by pointer, optimize range
loops to use indexing
- Quality: Fix unused parameters in tests, use http.NoBody
instead of nil
- Code style: Combine duplicate string parameters in function
signatures
- Config: Add nolint directives for intentional design choices
(API naming, test patterns, stdlib signatures)
All tests pass and linter is clean.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments