Skip to content
Snippets Groups Projects
Commit 5b948512 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Replaced read() and write() with recv() and send()

parent 2297a7a7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment