-
- Downloads
Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP
file got a Last-Modified: header written to the data stream, corrupting the actual data. This was because some conditions from the previous FTP code was not properly brought into the new FTP code. I fixed and I added test case 520 to verify. (This bug was introduced in 7.13.1)
Showing
- CHANGES 10 additions, 0 deletionsCHANGES
- RELEASE-NOTES 3 additions, 2 deletionsRELEASE-NOTES
- lib/ftp.c 6 additions, 2 deletionslib/ftp.c
- tests/data/Makefile.am 1 addition, 1 deletiontests/data/Makefile.am
- tests/data/test520 45 additions, 0 deletionstests/data/test520
- tests/libtest/Makefile.am 6 additions, 2 deletionstests/libtest/Makefile.am
- tests/libtest/lib520.c 13 additions, 0 deletionstests/libtest/lib520.c
Loading
Please register or sign in to comment