spacewander commented on issue #8768: URL: https://github.com/apache/apisix/issues/8768#issuecomment-1437738811
This behavior is intended. The size of length field is 3 bytes: https://github.com/apache/apisix/blob/0ebc9cb85114ed5a389b335e9b8ead7d3fdc17a0/apisix/plugins/ext-plugin/init.lua#L145 So only 16777215 bytes can be sent. Is sending such a big body inevitable? Copy 16MB+ data between two languages per request is ineffective. -- 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]
