We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181a03f commit 8203b30Copy full SHA for 8203b30
DependencyInjection/Configuration.php
@@ -204,7 +204,7 @@ private function addCacheControlSection(ArrayNodeDefinition $rootNode)
204
->scalarNode('stale_while_revalidate')->end()
205
->end()
206
207
- ->scalarNode('etag')
+ ->booleanNode('etag')
208
->defaultValue(false)
209
->info('Set a simple ETag which is just the md5 hash of the response body')
210
0 commit comments