### Issue description ### Environment * apisix-java-plugin-runner 0.3.0 * apisix 2.15.0 ### Minimal test code / Steps to reproduce the issue 1.配置使用ext-plugin-post-resp插件  2.测试时,发现上游返回204时会请求两次    http返回码改成200则正常了,只请求了一次   ### What's the actual result? (including assertion message & call stack if applicable) 由于重复请求,导致第二次报错 ### What's the expected result? 上游返回204时,不再重复请求