cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-3003005 ] Wrong value for timeout interval option

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Tue, 18 May 2010 21:15:30 +0000

Bugs item #3003005, was opened at 2010-05-18 01:49
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3003005&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: TFTP
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Eric Mertens (glguy)
Assigned to: Daniel Stenberg (bagder)
Summary: Wrong value for timeout interval option

Initial Comment:
cUrl sends "interval" when specifying the "timeout" option

http://tools.ietf.org/html/rfc2349

This may be an intentional departure from RFC 2349 for compatibility with software that I am unaware of.

lib/tftp.c, line 84 of version 7.20.1
- #define TFTP_OPTION_INTERVAL "interval"
+ #define TFTP_OPTION_INTERVAL "timeout"

RFC excerpt:
      timeout
         The Timeout Interval option, "timeout" (case in-sensitive).
         This is a NULL-terminated field.

----------------------------------------------------------------------

Comment By: Daniel Stenberg (bagder)
Date: 2010-05-18 23:15

Message:
Thanks for the report, this problem is now fixed in the git repository.

To try it out, you either checkout/update your git clone:
http://curl.haxx.se/source.html

or you try tomorrow's daily snapshot: http://curl.haxx.se/snapshots/

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3003005&group_id=976
Received on 2010-05-18

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET