Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude Content-Length header #86

Open
gtrefs opened this issue Apr 6, 2015 · 3 comments
Open

Exclude Content-Length header #86

gtrefs opened this issue Apr 6, 2015 · 3 comments

Comments

@gtrefs
Copy link

gtrefs commented Apr 6, 2015

I really like the project and use it for my integration tests. I found a small issue while creating one of such tests: Jadler always returns a content-length header. Like David Parks mentioned here it would be nice to explicitly exclude this header from the response.

@jandudek
Copy link
Contributor

jandudek commented May 1, 2015

Hi @gtrefs, thank you for using Jadler! I already considered an omitting content-length option for Jadler before, but I found the method mentioned by David Parks to be rather clumsy.

However, let me reconsider this once more. I'm planning on either upgrading the Jetty version or using some even more lightweight non-servlet http server, so maybe implementing this would be easier.

@gtrefs
Copy link
Author

gtrefs commented May 7, 2015

Nice. How about using Netty?

@jandudek
Copy link
Contributor

jandudek commented May 8, 2015

I was considering the grizzly project lately. Will check netty as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants