tzssangglass opened a new pull request #73: URL: https://github.com/apache/apisix-java-plugin-runner/pull/73
Please answer these questions before submitting a pull request - Why submit this pull request? - [x] Bugfix - [ ] New feature provided - [ ] Improve performance - Related issues fix: https://github.com/apache/apisix-java-plugin-runner/issues/63 ___ ### Bugfix - Description Conf Req is currently put directly into the cache, but Conf Req is a DirectByteBuffer and multiple reads in different Http Call Reqs will cause exceptions - How to fix? Convert the conf req to an object and put it in the cache to avoid errors caused by reading the buffer multiple times. ___ ### New feature or improvement - Describe the details and related test reports. - Source branch - Related commits and pull requests - Target branch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
