Change #246479
Category | curl |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Wed 22 Oct 2025 22:52:36 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | a8f16da712402733609943b5da003af5baa058e6 |
Comments
ftp: remove the state_saved struct field It was not necessary. Its only purpose was to know if an upload is done, and that information is already available elsewhere. Closes #19192
Changed files
- lib/ftp.c
- lib/ftp.h