-
Notifications
You must be signed in to change notification settings - Fork 340
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
Question: Why don't constructed Response unpack? #1090
Comments
Content codings are handled at the network layer, not below that. |
Okey, but why? So if i would do |
I don't think it was a conscious decision other than that it would take effort to move it around and it's not clear how compatible that would be at this point. Also, we shouldn't really add functionality around this until #716 is sorted I think. The underpinnings have too many unknowns. |
Alright, I'm fine with that decision. |
I was just wondering why isn't the response unpacked when content encoding is set when constructing and reading a Response?
Example code:
is it a bug or by design?
have it something to do with respondWith or that request and response share a common Body mixin?
or maybe the body isn't proper encoded? i have also tried deflate, didn't unpack either
The text was updated successfully, but these errors were encountered: