summaryrefslogtreecommitdiffstats
path: root/include/http_connection.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-02-05 16:04:32 +0100
committerJeff Trawick <trawick@apache.org>2001-02-05 16:04:32 +0100
commitbd424f80f359a0dea4a99ec059ec525380a8b4f6 (patch)
treebc95e9530a1a4faae6545f6561cc6fd781408ea2 /include/http_connection.h
parentI hereby propose that the ASF buy that guy a compiler. (diff)
downloadapache2-bd424f80f359a0dea4a99ec059ec525380a8b4f6.tar.xz
apache2-bd424f80f359a0dea4a99ec059ec525380a8b4f6.zip
ap_new_connection() returns NULL if an error occurred (prefork MPM
and ap_new_connection() were changed last week) I have skipped putting the change into WinNT MPM and mod_proxy. I left a note in the mod_proxy code; for the NT MPM I think I can talk somebody into doing the right thing for me. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_connection.h')
-rw-r--r--include/http_connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/http_connection.h b/include/http_connection.h
index 82c3135e6e..5bff6bc729 100644
--- a/include/http_connection.h
+++ b/include/http_connection.h
@@ -73,6 +73,7 @@ extern "C" {
* @param server The server to create the connection for
* @param inout The socket to use for all communication with the client
* @param id ID of this connection; unique at any point in time.
+ * @return new conn_rec, or NULL if the connection has already been reset
*/
conn_rec *ap_new_connection(apr_pool_t *p, server_rec *server,
apr_socket_t *inout, long id);