Skip to content
New issue

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

代理使用Socket时有个小问题 || There is a small problem with the proxy using Socket #309

Open
ruyantingting opened this issue Feb 15, 2025 · 0 comments

Comments

@ruyantingting
Copy link

ruyantingting commented Feb 15, 2025

当使用CONNECT要求打开一个连接时,会正常返回200,但连接没有打开,HttpProxyServerHandler里必须读到8个byte,当发送数据少于8个时会卡在那里,而且不是建立连接后再返回200的


When using CONNECT to open a connection, it will return 200 normally, but the connection is not opened. 8 bytes must be read in HttpProxyServerHandler. When there are less than 8 data sent, it will be stuck there, and it will not return 200 after establishing the connection.

@github-actions github-actions bot changed the title 代理使用Socket时有个小问题 代理使用Socket时有个小问题 || There is a small problem with the proxy using Socket Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant