We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
avoid large http header data copies in jaxrs
http headers are copied and converted between restlight and jaxrs
esa-restlight/restlight-jaxrs-provider/src/main/java/io/esastack/restlight/jaxrs/util/JaxrsUtils.java
Lines 108 to 132 in 4f2cb40
The text was updated successfully, but these errors were encountered:
LCDZhao-Z
No branches or pull requests
Expected behavior
avoid large http header data copies in jaxrs
Actual behavior
http headers are copied and converted between restlight and jaxrs
esa-restlight/restlight-jaxrs-provider/src/main/java/io/esastack/restlight/jaxrs/util/JaxrsUtils.java
Lines 108 to 132 in 4f2cb40
Steps to reproduce
Env
The text was updated successfully, but these errors were encountered: