1
0
Fork 0
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:
Julien Kirch 2011-05-19 19:13:53 +02:00
commit 687e2cd8c0

View file

@ -190,7 +190,7 @@ module RestClient
s.write(data)
end
ensure
v.close
v.close if v.respond_to?(:close)
end
end