mirror of
https://github.com/apache/httpd.git
synced 2025-11-06 16:49:32 +03:00
Hmmm... missed one. There has to be a better home for this.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88391 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -726,8 +726,7 @@ static apr_off_t SendResponseHeaderEx(isapi_cid *cid, const char *stat,
|
|||||||
if (cid->r->status == HTTP_INTERNAL_SERVER_ERROR)
|
if (cid->r->status == HTTP_INTERNAL_SERVER_ERROR)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
/* All the headers should be set now */
|
/* Headers will actually go when they are good and ready */
|
||||||
ap_send_http_header(cid->r);
|
|
||||||
|
|
||||||
/* Any data left is sent directly by the caller, all we
|
/* Any data left is sent directly by the caller, all we
|
||||||
* give back is the size of the headers we consumed
|
* give back is the size of the headers we consumed
|
||||||
|
|||||||
@@ -726,8 +726,7 @@ static apr_off_t SendResponseHeaderEx(isapi_cid *cid, const char *stat,
|
|||||||
if (cid->r->status == HTTP_INTERNAL_SERVER_ERROR)
|
if (cid->r->status == HTTP_INTERNAL_SERVER_ERROR)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
/* All the headers should be set now */
|
/* Headers will actually go when they are good and ready */
|
||||||
ap_send_http_header(cid->r);
|
|
||||||
|
|
||||||
/* Any data left is sent directly by the caller, all we
|
/* Any data left is sent directly by the caller, all we
|
||||||
* give back is the size of the headers we consumed
|
* give back is the size of the headers we consumed
|
||||||
|
|||||||
Reference in New Issue
Block a user