mirror of
https://github.com/curl/curl.git
synced 2026-07-16 13:47:31 +03:00
Replaced read() and write() with recv() and send()
This commit is contained in:
parent
2297a7a70c
commit
5b948512f9
1 changed files with 4 additions and 0 deletions
4
CHANGES
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue