facebook / fbthrift

Facebook's branch of Apache Thrift, including a new C++ server.
Apache License 2.0
2.58k stars 610 forks source link

HTTP2 support for thrift go client #537

Open wenhaocs opened 1 year ago

wenhaocs commented 1 year ago

Hi, can I check if thrift go client has HTTP2 support or do you have plans for that? Thanks!

veezhang commented 1 year ago

I've tried with HTTP2, and it's failed at seqID check. The seqID is always 0 in RecvMsg.

https://github.com/facebook/fbthrift/blob/main/thrift/lib/go/thrift/clientconn.go#L103-L116