Remove duplicate words in comments (#4986)

This commit is contained in:
Abirdcfly
2022-08-28 04:39:26 +08:00
committed by GitHub
parent 0c57facc67
commit e1801fdb19
2 changed files with 2 additions and 2 deletions

View File

@ -1360,7 +1360,7 @@ var bufPool = sync.Pool{
}
// handleResponseContext carries some contextual information about the
// the current proxy handling.
// current proxy handling.
type handleResponseContext struct {
// handler is the active proxy handler instance, so that
// routes like copy_response may inherit some config