jagerzhang commented on issue #5099: URL: https://github.com/apache/apisix/issues/5099#issuecomment-939200815
From the latest official account of the public, the official image has been integrated by default, but the actual test is still not acceptable.  ``` { "uri": "/", "name": "test_plugin", "methods": [ "POST" ], "plugins": { "client-control": { "disable": false, "max_body_size": 1048576 } }, "service_id": "test_plugin", "status": 1 } ``` Error Info: ``` {'Content-Length': '162', 'X-Request-Id': '7f917097-a92a-43cc-bb99-bc177b0f100e', 'Server': 'APISIX/2.10.0', 'Connection': 'close', 'Date': 'Sat, 09 Oct 2021 01:18:58 GMT', 'Content-Type': 'text/html; charset=utf-8'} 501 <html> <head><title>501 Not Implemented</title></head> <body> <center><h1>501 Not Implemented</h1></center> <hr><center>openresty</center> </body> </html> ``` -- 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]
