Matthew Holt
4 years ago
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
1 changed files with
2 additions and
0 deletions
-
modules/caddyhttp/staticresp.go
|
|
@ -99,6 +99,8 @@ func (s *StaticResponse) UnmarshalCaddyfile(d *caddyfile.Dispenser) error { |
|
|
|
return d.Err("close already specified") |
|
|
|
} |
|
|
|
s.Close = true |
|
|
|
default: |
|
|
|
return d.Errf("unrecognized subdirective '%s'", d.Val()) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|