You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: