Change #247461
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Mon 03 Nov 2025 12:19:03 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 254e04b702e96b637b647241e4edea7ee4c24b70 |
Comments
ftpserver.pl: fix newlines in 227/229 replies, adjust tests The test FTP server returned LF newlines for 227/229 replies, instead of the CRLF used for the rest. Test data added later were explicitly made to expect an LF in these response lines. After this patch the FTP server returns CRLF newlines, allowing to delete this special case in test data. Follow-up to 3bfff57e1f604ef0b2bc84243014eb9c9a1e6acc Follow-up to a7937ed49c8f201444323b8a721e1d04e0306105 Closes #19330
Changed files
- tests/data/test1349
- tests/data/test1350
- tests/data/test1351
- tests/data/test1352
- tests/data/test1353
- tests/data/test1354
- tests/data/test1357
- tests/data/test1358
- tests/data/test1359
- tests/data/test1360
- tests/data/test1361
- tests/data/test1362
- tests/data/test1379
- tests/data/test1380
- tests/data/test1381
- tests/data/test1382
- tests/data/test1383
- tests/data/test1384
- tests/data/test1387
- tests/data/test1388
- tests/data/test1389
- tests/data/test1390
- tests/data/test1391
- tests/data/test1392
- tests/ftpserver.pl