We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
想问下http的rpc和tcp的rpc有啥区别。 看完http rpc,感觉流程是通过向server(给server发一个connect的http请求),得到client(包含了tcp conn),然后就是发rpc数据。 服务端:实现serveHTTP方法,然后就是handleHTTP,进入serveHTTP,先检查http请求是不是connect,然后就到了原来的serveConn, 就感觉这http和tcp的rpc没有啥区别,希望大佬可以解答一下。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
想问下http的rpc和tcp的rpc有啥区别。
看完http rpc,感觉流程是通过向server(给server发一个connect的http请求),得到client(包含了tcp conn),然后就是发rpc数据。
服务端:实现serveHTTP方法,然后就是handleHTTP,进入serveHTTP,先检查http请求是不是connect,然后就到了原来的serveConn,
就感觉这http和tcp的rpc没有啥区别,希望大佬可以解答一下。
The text was updated successfully, but these errors were encountered: