anything, this just removes a duplicate call to ap_flush_conn.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87567
13f79535-47bb-0310-9956-
ffa450edef68
* client has ACKed our FIN and/or has stopped sending us data.
*/
+ /* Send any leftover data to the client, but never try to again */
+ ap_flush_conn(c);
+
if (c->aborted) {
- ap_flush_conn(c);
apr_close_socket(c->client_socket);
return;
}
- /* Send any leftover data to the client, but never try to again */
-
- ap_flush_conn(c);
-
/* Shut down the socket for write, which will send a FIN
* to the peer.
*/