Fix a typo
`neet` → `need`
This commit is contained in:
committed by
Jeff Kaufman
parent
064ced104d
commit
929c5c5908
@@ -638,7 +638,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
// If pagespeed is configured in some server block but not this one our
|
||||
// per-request code will be invoked but server context will be null. In those
|
||||
// cases we neet to short circuit, not changing anything. Currently our
|
||||
// cases we need to short circuit, not changing anything. Currently our
|
||||
// header filter, body filter, and content handler all do this, but if anyone
|
||||
// adds another way for nginx to give us a request to process we need to check
|
||||
// there as well.
|
||||
|
||||
Reference in New Issue
Block a user