Send headers during getOutputStream()

This removes some residue left by content transforms. Sending headers
during getOutputStream() was the original intention, but was swapped
away from to have consistency between transform and non-transform paths.

Now-a-days, with our watchdog and lack of content transforms, sending
headers earlier is helpful because there is considerably more time to
send content than to send headers.
1 file changed