mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Replaced read() and write() with recv() and send()
This commit is contained in:
parent
2297a7a70c
commit
5b948512f9
4
CHANGES
4
CHANGES
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
History of Changes
|
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)
|
Daniel (1 November 2001)
|
||||||
- When an FTP transfer was aborted due to a timeout, it wasn't really aware of
|
- 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
|
how many bytes that had been transferred and the error text always said 0
|
||||||
|
Loading…
Reference in New Issue
Block a user