1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Fix typos

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83969 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Martin Kraemer
1999-10-11 22:07:29 +00:00
parent 30d1160669
commit 0c7673561b
7 changed files with 11 additions and 11 deletions

View File

@@ -1260,7 +1260,7 @@ void ap_process_request(request_rec *r)
* this packet, then it'll appear like the link is stalled when really
* it's the application that's stalled.
*/
/* TODO: re ap_context_t mplement ap_bhalfduplex... not sure how yet */
/* TODO: reimplement ap_bhalfduplex... not sure how yet */
/* //ap_bhalfduplex(r->connection->client); */
ap_run_log_transaction(r);
}