Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #247461

Category curl
Changed by Viktor Szakats <commitohnoyoudont@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