Retries, Http auto-shutdown, json4s, Http config, path appender correctness *and* completeness (finally)...
http://notes.implicit.ly/post/34495822045/dispatch-0-9-3
On Sun, Oct 28, 2012 at 1:38 PM, Nathan Hamblen <nat...@technically.us> wrote:
Retries, Http auto-shutdown, json4s, Http config, path appender correctness *and* completeness (finally)...
http://notes.implicit.ly/post/34495822045/dispatch-0-9-3
Are there any changes in the last release that would break when using a custom async client builder?
Http case class refactor is likely to break code that does any significant customization of its Http instance" I do like the new interface and the fact that I can pass in my own client (async http client builder is very customizable) but I'm not sure which client options are now off limits. I'm only using two or three and I immediately was thrown these exceptions. I'll check out the new factory methods provided to see if the can accomplish what the underlying builder options I'm using did without changing behavior.
On Tue, Oct 30, 2012 at 3:09 PM, Nathan Hamblen <nat...@technically.us> wrote:
Yep, check notes.implicit.ly.On 10/30/2012 01:30 PM, Doug Tangren wrote:
On Sun, Oct 28, 2012 at 1:38 PM, Nathan Hamblen <nat...@technically.us> wrote:
Retries, Http auto-shutdown, json4s, Http config, path appender correctness *and* completeness (finally)...
http://notes.implicit.ly/post/34495822045/dispatch-0-9-3
Are there any changes in the last release that would break when using a custom async client builder?
Arg! I caught it on the second pass. "TheHttpcase class refactor is likely to break code that does any significant customization of itsHttpinstance" I do like the new interface and the fact that I can pass in my own client (async http client builder is very customizable) but I'm not sure which client options are now off limits. I'm only using two or three and I immediately was thrown these exceptions.