]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Added new connection states CONN_STATE_HANDLER and CONN_STATE_WRITE_COMPLETION.
authorBrian Pane <brianp@apache.org>
Mon, 12 Sep 2005 00:29:10 +0000 (00:29 +0000)
committerBrian Pane <brianp@apache.org>
Mon, 12 Sep 2005 00:29:10 +0000 (00:29 +0000)
commitd1ff1de803525c3aeb17cf83f034eb5dfd4edfab
treecb944d45cc53811a03159a1484bead9c4a463684
parent9c05049bff60ff9a72a15c488b1f684eaf4d0088
Added new connection states CONN_STATE_HANDLER and CONN_STATE_WRITE_COMPLETION.
Also, core_create_conn() now initializes the conn_state within the newly
created connection.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/async-dev@280221 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/httpd.h
modules/http/http_core.c
server/core.c