]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add a connection ID to conn_rec. It uniquely identifies a connection at
authorManoj Kasichainula <manoj@apache.org>
Fri, 13 Aug 1999 06:58:08 +0000 (06:58 +0000)
committerManoj Kasichainula <manoj@apache.org>
Fri, 13 Aug 1999 06:58:08 +0000 (06:58 +0000)
commit2ab218944481b7a96f4f8a9b9125043fb7b7896e
tree2cf331de61656fee9f00a38e7f6dbe7d66343835
parent42958e0be869f738fae5b29f05af1adca4426418
Add a connection ID to conn_rec. It uniquely identifies a connection at
any instant in time. It's not very well tested yet.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83662 13f79535-47bb-0310-9956-ffa450edef68
include/http_connection.h
server/connection.c
server/mpm/dexter/dexter.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/spmt_os2.c
server/mpm/winnt/mpm_winnt.c