tzssangglass opened a new pull request #105:
URL: https://github.com/apache/apisix-java-plugin-runner/pull/105


   Signed-off-by: tzssangglass <tzssanggl...@gmail.com>
   
   Please answer these questions before submitting a pull request
   
   - Why submit this pull request?
   - [x] Bugfix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   
   ___
   ### Bugfix
   - Description
   
   When the key of the following three functions is set to null, the request 
will block
   
   ```
           httpResponse.setArg(null, null);
           httpResponse.setReqHeader(null, null);
           httpResponse.setHeader(null, null);
   ```
   
   - How to fix?
   
   Add a judgement to stop this abnormal behaviour.
   ___
   ### 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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to