lidavidm commented on issue #1398: URL: https://github.com/apache/arrow-rs/issues/1398#issuecomment-1059610103
I believe the :scheme pseudo-header is supposed to be 'http' or 'https', not 'grpc': https://grpc.github.io/grpc/cpp/md_doc__p_r_o_t_o_c_o_l-_h_t_t_p2.html It sounds like Tonic is sending `:scheme = grpc` for some reason, then gRPC in C++ is sending a RST_STREAM back to Rust. -- 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]
