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:
parent
5be34d6a33
commit
5da4a310cc
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ module NetFTPSpecs
|
|||
end
|
||||
end
|
||||
|
||||
#@datasocket.close()
|
||||
@datasocket.close()
|
||||
self.response("200 OK, Data received. (STOR #{file})")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue