-
Notifications
You must be signed in to change notification settings - Fork 140
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
Make enarx user info
work
#2087
Comments
The culprit of this issue is the following:
According to HTTP 1.1 spec, the
https://httpwg.org/specs/rfc7230.html#rfc.section.3.3.2 In http2 spec, A few options here to proceed:
My preferred option is 2., if it works (I will try tomorrow) and is spec compliant. I would like to get some input meanwhile. Note, also that setting this option to |
I don't want to disable gzip, so 1 is out. 2 seems fine to me if it's feasible. I'm also not opposed to 3, since it seems like what we're currently doing is a mild misuse of the Content-Length header, and even if we fix this particular issue who knows if we'll hit a similar one in the future. |
Filed a PR in Drawbridge to explicitly disable the encoding enarx/drawbridge#256, which fixes the issue.
As it stands today, no transfer-encoding (inluding The only reason to use chunked transfer/streaming would be to improve server efficiency and throughput. |
Currently attempting to invoke
enarx user info
fails with:The text was updated successfully, but these errors were encountered: