nic-6443 commented on PR #13243: URL: https://github.com/apache/apisix/pull/13243#issuecomment-4676905567
The root cause was removed on master by #13428 — the H2/H3 Content-Length guard in `core.request.get_body()` is gone entirely, so ext-plugin-post-resp no longer 502s on HTTP/2 requests without a body, and a plugin-local `read_body()` workaround isn't needed anymore (it would also bypass `get_body()`'s max_size handling). I think this can be closed; the fix ships in the next release after 3.16.0. -- 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]
