Update comment to reflect what the code is actually doing
This commit is contained in:
		
							parent
							
								
									e04e16bbc0
								
							
						
					
					
						commit
						c62195127d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -297,8 +297,8 @@ defp build_resp_cache_headers(headers, _opts) do
 | 
			
		|||
 | 
			
		||||
    cond do
 | 
			
		||||
      has_cache? ->
 | 
			
		||||
        # There's caching header present but no cache-control -- we need to explicitely override it
 | 
			
		||||
        # to public as Plug defaults to "max-age=0, private, must-revalidate"
 | 
			
		||||
        # There's caching header present but no cache-control -- we need to set our own
 | 
			
		||||
        # as Plug defaults to "max-age=0, private, must-revalidate"
 | 
			
		||||
        List.keystore(headers, "cache-control", 0, {"cache-control", @default_cache_control_header})
 | 
			
		||||
 | 
			
		||||
      true ->
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue