jiangfucheng commented on issue #10450:
URL: https://github.com/apache/apisix/issues/10450#issuecomment-1851986494

   > 是不是分段传输chunk的原因? 
我需要在插件代码中手动拼接chunk?但是golang插件中的Response接口没有提供任何拼接chunk的方法? (Is it the segmented 
transmission of chunks? I need to manually splice the chunks in the plugin 
code? but the Response interface in the golang plugin doesn't provide any 
method to splice the chunks?)
   
   APISIX will auto-combine all chunks and then send them to the 
go-plugin-runner using one RPC call.
   You can read the related code in blew link if you are interested in it.
   
   
https://github.com/apache/apisix/blob/4db435ee38b425da6364ad41aa9c019046190d87/apisix/plugins/ext-plugin/init.lua#L317-L323


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