Check if headers are empty and then flush and get the headers again #179
+4
−0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #127 flush() was removed but a comment on apache_response_headers()
said that function may return an empty array, so I check for that here
and do a flush() before getting the headers again.