tzssangglass commented on issue #191:
URL: 
https://github.com/apache/apisix-java-plugin-runner/issues/191#issuecomment-1229179220

   The only difference I found is that when upstream returns 204, there is no 
"Connection": "keep-alive" in the upstream headers.
   
   So I started a Spring Boot project that returns 204 the way you did, and it 
looks like this:
   
   ```
   curl http://127.0.0.1:8080/test204 -i
   HTTP/1.1 204
   Date: Sat, 27 Aug 2022 11:48:53 GMT
   ```
   
   I used `test204` as an upstream but still could not reproduce it.


-- 
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]

Reply via email to