sahaya / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

REST Assured doesn't free Apache HTTP Client resources correctly #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Try EntityUtils.consume(entity)

https://groups.google.com/forum/?fromgroups#!topic/rest-assured/MS98Z-eOSms

Original issue reported on code.google.com by johan.ha...@gmail.com on 16 Mar 2012 at 9:59

GoogleCodeExporter commented 9 years ago
Fixed so that byte array streams are closed. Is this enough?

Original comment by johan.ha...@gmail.com on 26 Mar 2012 at 8:58

GoogleCodeExporter commented 9 years ago
Byte array resources are freed since version 1.6.1

Original comment by johan.ha...@gmail.com on 26 Apr 2012 at 12:33