mirror of
https://github.com/curl/curl.git
synced 2026-08-06 02:46:13 +03:00
TODO: TFTP doesn't convert LF to CRLF for mode=netascii
Closes #12655 Closes #12690
This commit is contained in:
parent
9729560a6f
commit
9582f20d8a
1 changed files with 14 additions and 0 deletions
14
docs/TODO
14
docs/TODO
|
|
@ -196,6 +196,9 @@
|
|||
21. MQTT
|
||||
21.1 Support rate-limiting
|
||||
|
||||
22. TFTP
|
||||
22.1 TFTP doesn't convert LF to CRLF for mode=netascii
|
||||
|
||||
==============================================================================
|
||||
|
||||
1. libcurl
|
||||
|
|
@ -1392,3 +1395,14 @@
|
|||
|
||||
The rate-limiting logic is done in the PERFORMING state in multi.c but MQTT
|
||||
is not (yet) implemented to use that.
|
||||
|
||||
22. TFTP
|
||||
|
||||
22.1 TFTP doesn't convert LF to CRLF for mode=netascii
|
||||
|
||||
RFC 3617 defines that an TFTP transfer can be done using "netascii"
|
||||
mode. curl does not support extracting that mode from the URL nor does it treat
|
||||
such transfers specifically. It should probably do LF to CRLF translations
|
||||
for them.
|
||||
|
||||
See https://github.com/curl/curl/issues/12655
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue