fix liniting bugs

This commit is contained in:
2025-12-23 14:30:37 +01:00
parent b4fa28d0c5
commit 38d3d2c442
3 changed files with 12 additions and 7 deletions

View File

@@ -45,8 +45,6 @@ func (rw *responseWriter) WriteHeader(code int) {
rw.status = code
rw.ResponseWriter.WriteHeader(code)
rw.wroteHeader = true
return
}
func (rw *responseWriter) Write(data []byte) (int, error) {