Skip to content

Commit

Permalink
Remove flush() call in wp_cache_get_response_headers()
Browse files Browse the repository at this point in the history
  • Loading branch information
zytzagoo authored Aug 11, 2016
1 parent ea592c1 commit 9363321
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wp-cache-phase2.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ function wp_cache_user_agent_is_rejected() {

function wp_cache_get_response_headers() {
if(function_exists('apache_response_headers')) {
flush();
$headers = apache_response_headers();
} else if(function_exists('headers_list')) {
$headers = array();
Expand Down

0 comments on commit 9363321

Please sign in to comment.