summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorIngela Anderton Andin <ingela@erlang.org>2021-02-16 11:15:47 +0100
committerIngela Anderton Andin <ingela@erlang.org>2021-02-16 11:15:47 +0100
commit1f2aaea61f1e067140959e05dc121f01fcdd25a8 (patch)
treee94250ae02c5dd01721ff25bb1bca795f70dc514 /system
parentf57f1df6f8d13b5dc6c86d55f7d0fbef24809a3f (diff)
parent7662aa4e2ef041f7b2896b8a85cf77c2ad549abd (diff)
downloaderlang-1f2aaea61f1e067140959e05dc121f01fcdd25a8.tar.gz
Merge branch 'ingela/ftp/supervisor-and-state-logic/ERL-1450/GH-4473/OTP-16926'
* ingela/ftp/supervisor-and-state-logic/ERL-1450/GH-4473/OTP-16926: ftp: Deliver already recived data ftp: Maybe handle unprocessed chunk message before acking final chunk ftp: Wait for user to call recv_chunk/1 ftp: Fix test case logic ftp: Handle control channel ack arriving before all data ftp: Use OTP supervisor as intended
Diffstat (limited to 'system')
-rw-r--r--system/doc/general_info/DEPRECATIONS3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/doc/general_info/DEPRECATIONS b/system/doc/general_info/DEPRECATIONS
index 84eb1ed635..da75bb7083 100644
--- a/system/doc/general_info/DEPRECATIONS
+++ b/system/doc/general_info/DEPRECATIONS
@@ -20,6 +20,9 @@
#
# Added in OTP 24.
#
+
+ftp:start_service/1 since=24 remove=26
+ftp:start_service/1 since=24 remove=26
httpd_util:flatlength/1 since=24 remove=26
httpd_util:hexlist_to_integer/1 since=24 remove=26
httpd_util:integer_to_hexlist/1 since=24 remove=26