1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

close datasocket on stor of server side

This commit is contained in:
NARUSE, Yui 2019-12-17 00:49:17 +09:00
parent 5be34d6a33
commit 5da4a310cc

View file

@ -252,7 +252,7 @@ module NetFTPSpecs
end
end
#@datasocket.close()
@datasocket.close()
self.response("200 OK, Data received. (STOR #{file})")
end