mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
changed FILE * to void * in all callbacks
This commit is contained in:
parent
4127903183
commit
237edbc9d8
10
CHANGES
10
CHANGES
@ -6,6 +6,14 @@
|
|||||||
|
|
||||||
History of Changes
|
History of Changes
|
||||||
|
|
||||||
|
Version 7.7.3-pre1
|
||||||
|
|
||||||
|
Daniel (4 May 2001)
|
||||||
|
- All callback functions now take 'void *' instead of 'FILE *'. This is made
|
||||||
|
this way to make it more obvious to people that anything can be passed to
|
||||||
|
them (by using the apropriate option). After discussions with Sterling
|
||||||
|
Hughes.
|
||||||
|
|
||||||
Daniel (3 May 2001)
|
Daniel (3 May 2001)
|
||||||
- Cris Bailiff fixed a chunked transfer encoding problem with persistent
|
- Cris Bailiff fixed a chunked transfer encoding problem with persistent
|
||||||
connection that made libcurl fail if the persistent connection used mixed
|
connection that made libcurl fail if the persistent connection used mixed
|
||||||
@ -15,7 +23,7 @@ Daniel (3 May 2001)
|
|||||||
treated as content-length 0 replies but would cause a "hang" until the
|
treated as content-length 0 replies but would cause a "hang" until the
|
||||||
server timed-out and closed the connection.
|
server timed-out and closed the connection.
|
||||||
|
|
||||||
- Brad Burdick found a problem in the docs/examples/Makefile.am
|
- Brad Burdick found a minor problem in the docs/examples/Makefile.am
|
||||||
|
|
||||||
Daniel (27 April 2001)
|
Daniel (27 April 2001)
|
||||||
- Updated the INTERALS document again. It was lagging a bit. I think I made it
|
- Updated the INTERALS document again. It was lagging a bit. I think I made it
|
||||||
|
Loading…
Reference in New Issue
Block a user