mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-01 03:15:01 +08:00 
			
		
		
		
	chore: fix some comments (#7303)
This commit is contained in:
		| @ -50,7 +50,7 @@ type Encode struct { | |||||||
| 	// Only encode responses that are at least this many bytes long. | 	// Only encode responses that are at least this many bytes long. | ||||||
| 	MinLength int `json:"minimum_length,omitempty"` | 	MinLength int `json:"minimum_length,omitempty"` | ||||||
|  |  | ||||||
| 	// Only encode responses that match against this ResponseMmatcher. | 	// Only encode responses that match against this ResponseMatcher. | ||||||
| 	// The default is a collection of text-based Content-Type headers. | 	// The default is a collection of text-based Content-Type headers. | ||||||
| 	Matcher *caddyhttp.ResponseMatcher `json:"match,omitempty"` | 	Matcher *caddyhttp.ResponseMatcher `json:"match,omitempty"` | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 wyrapeseed
					wyrapeseed