mirror of
https://github.com/curl/curl.git
synced 2026-08-04 09:30:03 +03:00
- David McCreedy fixed a bad call to getsockname() that wrongly used a size_t
variable to point to when it should be a socklen_t.
This commit is contained in:
parent
b2f8de571f
commit
ebee2e323d
2 changed files with 5 additions and 3 deletions
3
CHANGES
3
CHANGES
|
|
@ -7,6 +7,9 @@
|
|||
Changelog
|
||||
|
||||
Daniel (22 December 2006)
|
||||
- David McCreedy fixed a bad call to getsockname() that wrongly used a size_t
|
||||
variable to point to when it should be a socklen_t.
|
||||
|
||||
- When setting a proxy with environment variables and (for example) running
|
||||
'curl [URL]' with a URL without a protocol prefix, curl would not send a
|
||||
correct request as it failed to add the protocol prefix.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue