Skip to content

Commit

Permalink
Linter bug suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
francislavoie committed Aug 9, 2023
1 parent 484b8ab commit a0ebd4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/caddyhttp/duplex_go121.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ import (
)

func enableFullDuplex(w http.ResponseWriter) error {
//nolint:bodyclose
return http.NewResponseController(w).EnableFullDuplex()
}

0 comments on commit a0ebd4d

Please sign in to comment.