spacewander commented on a change in pull request #10:
URL: 
https://github.com/apache/apisix-python-plugin-runner/pull/10#discussion_r684365322



##########
File path: src/runner/http/response.py
##########
@@ -153,9 +160,22 @@ def responseToFlatBuffers(self) -> flatbuffers.Builder:
             A6HTTPReqCallResp.AddAction(builder, stop)
             res = A6HTTPReqCallResp.End(builder)
             builder.Finish(res)
+        elif rpcType == RunnerHttpProtocol.RPC_TEST:

Review comment:
       I am afraid the RPC_TEST is not part of the protocol. You can't find it 
in APISIX. I only use it in the Go Plugin Runner for some dirty test job.




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