curl-library
TFTP error scenario not closing connection in curl 7.19.4
From: vijay g <vijay.g23333_at_gmail.com>
Date: Mon, 30 Mar 2009 14:41:27 +0530
Date: Mon, 30 Mar 2009 14:41:27 +0530
Hi,
In tftp.c in the curl lib 7.19.4, whenever there is any error in TFTP, it is
better to close the
connection. In ftp.c, its being done in the same way. "conn->bits.close =
TRUE; " should be called in tftp_do() in if(state->error != TFTP_ERR_NONE)
to resolve this issue.
regards,
Vijay
Received on 2009-03-30