]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/wais.cc
SSL->HTTP gatewaying support by Benno Rice
[thirdparty/squid.git] / src / wais.cc
index c3b429a825f9a60f061aae11742f02e2246998ef..72b7aa5a16a82cdd26970dfe1c20feb7babb2e70 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: wais.cc,v 1.136 2001/03/03 10:39:34 hno Exp $
+ * $Id: wais.cc,v 1.137 2001/04/14 00:03:24 hno Exp $
  *
  * DEBUG: section 24    WAIS Relay
  * AUTHOR: Harvest Derived
@@ -103,7 +103,7 @@ waisReadReply(int fd, void *data)
     read_sz = delayBytesWanted(delay_id, 1, read_sz);
 #endif
     statCounter.syscalls.sock.reads++;
-    len = read(fd, buf, read_sz);
+    len = FD_READ_METHOD(fd, buf, read_sz);
     if (len > 0) {
        fd_bytes(fd, len, FD_READ);
 #if DELAY_POOLS