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

--limit-rate problems on Mac OS X was reported by Rob Stanzel

parent a7b99fc4
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
Changelog Changelog
Daniel (27 June 2004) Daniel (27 June 2004)
- Based on Bob's bug report #979480, I wrote a configure check that checks if - Based on Rob Stanzel's bug report #979480, I wrote a configure check that
poll() can be used to wait on NULL as otherwise select() should be used to checks if poll() can be used to wait on NULL as otherwise select() should be
do it. The select() usage was also fixed according to his report. used to do it. The select() usage was also fixed according to his report.
Mac OS X 10.3 says "poll() functionality for Mac OS X is implemented via an Mac OS X 10.3 says "poll() functionality for Mac OS X is implemented via an
emulation layer on top of select(), not in the kernel directly. It is emulation layer on top of select(), not in the kernel directly. It is
......
...@@ -19,6 +19,7 @@ This release includes the following changes: ...@@ -19,6 +19,7 @@ This release includes the following changes:
This release includes the following bugfixes: This release includes the following bugfixes:
o --limit-rate works on Mac OS X (and other systems with bad poll()s)
o cookies can now hold 4999 bytes of content o cookies can now hold 4999 bytes of content
o HTTP POST/PUT with NTLM/Digest/Negotiate to a URL returning 3XX o HTTP POST/PUT with NTLM/Digest/Negotiate to a URL returning 3XX
o HTTPS POST/PUT over a proxy requiring NTLM/Digest/Negotiate works now o HTTPS POST/PUT over a proxy requiring NTLM/Digest/Negotiate works now
...@@ -47,6 +48,6 @@ advice from friends like these: ...@@ -47,6 +48,6 @@ advice from friends like these:
Gisle Vanem, Vincent Bronner, Alexander Krasnostavsky, Chris Gaukroger, Gisle Vanem, Vincent Bronner, Alexander Krasnostavsky, Chris Gaukroger,
Gnter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam, Gnter Knauf, Marty Kuhrt, Kjetil Jacobsen, Steven Bazyl, Seshubabu Pasam,
Luca Alteas, Jean-Louis Lemaire, David Byron, David Cohen Luca Alteas, Jean-Louis Lemaire, David Byron, David Cohen, Rob Stanzel
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)
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