]> granicus.if.org Git - apache/commit
Remove const from ap_socket_t parameters on APR functions so that
authorJeff Trawick <trawick@apache.org>
Mon, 26 Jun 2000 20:37:49 +0000 (20:37 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 26 Jun 2000 20:37:49 +0000 (20:37 +0000)
commit73b1f7996756c2cce5aa6d4fcda2684d858d7daf
tree571e8b36d26d8ecb0625f64abeba4b6ce686434f
parenta5999a66aed606d8365be3740f0599b7ec1c93eb
Remove const from ap_socket_t parameters on APR functions so that
APR can modify the ap_socket_t as it sees fit.  It may choose to
modify the ap_socket_t on functions which only read from the ap_socket_t
conceptually.

Note: http_connection::ap_new_apr_connection() passes its ap_socket_t
arg to one of the changed functions, so const was removed there also.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85700 13f79535-47bb-0310-9956-ffa450edef68
include/http_connection.h
server/connection.c