From 5b948512f94917feb23baef307e269f6aed115d9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 2 Nov 2001 14:23:11 +0000 Subject: [PATCH] Replaced read() and write() with recv() and send() --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 9f78557d43..20def21356 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,10 @@ History of Changes +Daniel (2 November 2001) +- Replaced read() and write() with recv() and send() for socket operations + even under normal unixes. + Daniel (1 November 2001) - When an FTP transfer was aborted due to a timeout, it wasn't really aware of how many bytes that had been transferred and the error text always said 0 -- GitLab