mirror of
https://github.com/curl/curl.git
synced 2026-08-15 02:03:38 +03:00
TFTP: add option to suppress TFTP option requests (Part 2)
- Add tests. - Add an example to CURLOPT_TFTP_NO_OPTIONS.3. - Add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS. Bug: https://github.com/curl/curl/issues/481
This commit is contained in:
parent
9dc3eaee29
commit
186546f1c5
12 changed files with 155 additions and 20 deletions
|
|
@ -978,7 +978,7 @@ static CURLcode tftp_connect(struct connectdata *conn, bool *done)
|
|||
return CURLE_OUT_OF_MEMORY;
|
||||
}
|
||||
|
||||
/* we don't keep TFTP connections up bascially because there's none or very
|
||||
/* we don't keep TFTP connections up basically because there's none or very
|
||||
* little gain for UDP */
|
||||
connclose(conn, "TFTP");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue