git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88391
13f79535-47bb-0310-9956-
ffa450edef68
if (cid->r->status == HTTP_INTERNAL_SERVER_ERROR)
return -1;
- /* All the headers should be set now */
- ap_send_http_header(cid->r);
+ /* Headers will actually go when they are good and ready */
/* Any data left is sent directly by the caller, all we
* give back is the size of the headers we consumed
if (cid->r->status == HTTP_INTERNAL_SERVER_ERROR)
return -1;
- /* All the headers should be set now */
- ap_send_http_header(cid->r);
+ /* Headers will actually go when they are good and ready */
/* Any data left is sent directly by the caller, all we
* give back is the size of the headers we consumed