Andrew Lazarus

Results 53 comments of Andrew Lazarus

I get this same problem. It seems it seems to work when I change the following in the META-INF/init.rb: `ENV['GEM_HOME'] = File.expand_path('../../WEB-INF', __FILE__)` to `ENV['GEM_HOME'] ||= File.expand_path('../../WEB-INF', __FILE__)` or setting...

I'm using 1.4.0.beta1.

I'm not sure if this kind of spec belongs in the integration tests. If so, I can setup maven and look at it.

Ooops. I think I force pushed over my branch. I opened a new PR for this: https://github.com/jruby/warbler/pull/231

I've just run into this issue as well. I've been playing with both [warp](https://github.com/seanmonstar/warp) and [tower-web](https://github.com/carllerche/tower-web) and both use the bytes crate. I've been using the rental crate so I...

Would you be open to a PR that adds an optional crate feature that enables `Bytes` instead of `Cow

I see that support for String and Vec was merged already. I didn't open a PR for bytes because I thought the performance hit was too large.

Makes sense to me. I'll see if I can rebase and cleanup my `bytes` commit as some point.

Any thoughts on this?