Check if headers are empty and then flush and get the headers again #179

Merged
merged 1 commit into from Feb 3, 2017

Projects

None yet

1 participant

@donnchawp
Contributor

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.

@donnchawp donnchawp Check if headers are empty and then flush and get the headers again
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.
8349ab7
@donnchawp donnchawp merged commit 02f4912 into master Feb 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment