]> granicus.if.org Git - curl/commit
TFTP: add option to suppress TFTP option requests (Part 1)
authorMichael Koenig <michael.koenig@lancom.de>
Mon, 17 Aug 2015 15:54:47 +0000 (17:54 +0200)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 23 Feb 2016 08:00:58 +0000 (03:00 -0500)
commit9dc3eaee2901875d87690de62b427fa7cf96fead
treef03514557182af69b01efe10732f168a295678fa
parent527e86b0548938fa70d98117d94f84050ade09c7
TFTP: add option to suppress TFTP option requests (Part 1)

Some TFTP server implementations ignore the "TFTP Option extension"
(RFC 1782-1784, 2347-2349), or implement it in a flawed way, causing
problems with libcurl. Another switch for curl_easy_setopt
"CURLOPT_TFTP_NO_OPTIONS" is introduced which prevents libcurl from
sending TFTP option requests to a server, avoiding many problems caused
by faulty implementations.

Bug: https://github.com/curl/curl/issues/481
docs/libcurl/curl_easy_setopt.3
docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3 [new file with mode: 0644]
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/tftp.c
lib/url.c
lib/urldata.h
packages/OS400/curl.inc.in