mirror of
https://github.com/curl/curl.git
synced 2026-08-25 11:13:32 +03:00
Robson Braga Araujo filed bug report #1776235
(http://curl.haxx.se/bug/view.cgi?id=1776235) about ftp requests with NOBODY on a directory would do a "SIZE (null)" request. This is now fixed and test case 1000 was added to verify.
This commit is contained in:
parent
f3c7adcb54
commit
3217809294
5 changed files with 76 additions and 7 deletions
|
|
@ -41,6 +41,7 @@ This release includes the following bugfixes:
|
|||
o memory leak when handling compressed data streams from broken servers
|
||||
o no NTLM unicode response
|
||||
o resume HTTP PUT using Digest authentication
|
||||
o FTP NOBODY requests on directories sent "SIZE (null)"
|
||||
|
||||
This release includes the following known bugs:
|
||||
|
||||
|
|
@ -64,6 +65,6 @@ advice from friends like these:
|
|||
Daniel Cater, Colin Hogben, Jofell Gallardo, Daniel Johnson,
|
||||
Ralf S. Engelschall, James Housley, Chris Flerackers, Patrick Monnerat,
|
||||
Jayesh A Shah, Greg Zavertnik, Peter O'Gorman, Greg Morse, Dmitriy Sergeyev,
|
||||
Scott Cantor, Allen Pulsifer, Andrew Wansink
|
||||
Scott Cantor, Allen Pulsifer, Andrew Wansink, Robson Braga Araujo
|
||||
|
||||
Thanks! (and sorry if I forgot to mention someone)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue