summaryrefslogtreecommitdiff
path: root/network_io/os2
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2009-10-04 12:09:57 +0000
committerRuediger Pluem <rpluem@apache.org>2009-10-04 12:09:57 +0000
commit0bd69ee3d59bfd3f5c5f285d944cbe8074e5dcc1 (patch)
treede2940074b8a2f94c867911b5f5cb10e4b092925 /network_io/os2
parente58acfbd83f0e26a68921f606d977cb7c2213908 (diff)
downloadapr-0bd69ee3d59bfd3f5c5f285d944cbe8074e5dcc1.tar.gz
* Add apr_socket_is_connected to detect whether the remote side of a socket
is still open. The origin of apr_socket_is_connected is r473278 from http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/proxy_util.c in httpd. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@821524 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'network_io/os2')
-rw-r--r--network_io/os2/socket_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/network_io/os2/socket_util.c b/network_io/os2/socket_util.c
new file mode 100644
index 000000000..cdc1cea89
--- /dev/null
+++ b/network_io/os2/socket_util.c
@@ -0,0 +1 @@
+#include "../unix/socket_util.c"