Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the call point of lwftp_data_close function #7

Open
isjung opened this issue Oct 23, 2020 · 1 comment
Open

Change the call point of lwftp_data_close function #7

isjung opened this issue Oct 23, 2020 · 1 comment

Comments

@isjung
Copy link

isjung commented Oct 23, 2020

Hello.
Thanks to those who made it.
There was a problem when receiving data, so I am using it after fixing it.
The lwftp_data_close function is terminated in the lwftp_control_process function.
If there is a large amount of data, the termination point is fast and the data connection is terminated before processing the received data.
I use it by modifying it as follows.
lwftp_data_close point is not processed by lwftp_control_process
When data_sink is called, it checks the size and ends it.

@typedef-int-value
Copy link

Thank you. referring to your comments, I also fix the download problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants