mirror of
https://github.com/curl/curl.git
synced 2026-07-31 09:38:03 +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
|
|
@ -43,4 +43,4 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
|
|||
test296 test297 test298 test610 test611 test612 test406 test407 test408 \
|
||||
test409 test613 test614 test700 test701 test702 test704 test705 test703 \
|
||||
test706 test707 test350 test351 test352 test353 test289 test540 test354 \
|
||||
test231 test1000 test1001 test1002
|
||||
test231 test1000 test1001 test1002 test1003
|
||||
|
|
|
|||
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