mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Merge branch 'oscardelben-patch-1' into next
This commit is contained in:
commit
687e2cd8c0
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ module RestClient
|
|||
s.write(data)
|
||||
end
|
||||
ensure
|
||||
v.close
|
||||
v.close if v.respond_to?(:close)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue