Remove `flush()` call in wp_cache_get_response_headers() #127
+0
−1
|
At first read, your explanation and process makes sense to me. Donncha (primary dev) is on vacation and want to get his nod for modifying something this ancient ;-). |
|
We should check it in BUT we'll have to modify it because for some reason apache_response_headers() doesn't always behave and needs flush() to do the job. See this comment for more details. I'll check the headers and if it's empty I'll call flush() and get the headers again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For more details see: #126
Fixes #126