mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:13:35 +03:00
Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed
out that libcurl didn't deal with very long (>16K) FTP server response lines properly. Starting now, libcurl will chop them off (thus the client app will not get the full line) but survive and deal with them fine otherwise. Test case 1003 was added to verify this.
This commit is contained in:
parent
c347db2e0a
commit
381e372939
5 changed files with 86 additions and 5 deletions
48
tests/data/test1003
Normal file
48
tests/data/test1003
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue