finagle / featherbed

Asynchronous Scala HTTP client using Finagle, Shapeless and Cats
Apache License 2.0
137 stars 25 forks source link

Add close() method on the Client. #41

Closed ghost closed 8 years ago

ghost commented 8 years ago

Completes issue finagle/featherbed#40

codecov-io commented 8 years ago

Current coverage is 63.35% (diff: 0.00%)

Merging #41 into master will decrease coverage by 0.24%

@@             master        #41   diff @@
==========================================
  Files             9          9          
  Lines           261        262     +1   
  Methods         258        259     +1   
  Messages          0          0          
  Branches          3          3          
==========================================
  Hits            166        166          
- Misses           95         96     +1   
  Partials          0          0          

Powered by Codecov. Last update 4e6490c...b7e4bd7

jeremyrsmith commented 8 years ago

Thanks @RayRacine!