Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Sep 18, 2018
1 parent ef109d6 commit 1d6f042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/activator/util/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var headersToRemove = []string{
}

// SetupHeaderPruning will cause the http.ReverseProxy
// to no forward activator headers
// to not forward activator headers
func SetupHeaderPruning(p *httputil.ReverseProxy) {
// Director is never null - otherwise ServeHTTP panics
orig := p.Director
Expand Down

0 comments on commit 1d6f042

Please sign in to comment.