You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
代理使用Socket时有个小问题
代理使用Socket时有个小问题 || There is a small problem with the proxy using Socket
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.
The text was updated successfully, but these errors were encountered: