We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0db76 commit 8720874Copy full SHA for 8720874
1 file changed
middlewareAgent/browserAgent/README.md
@@ -129,6 +129,7 @@ httpTunnel.on('error', (e) => {
129
});
130
// http服务器必须在connect里面才能监听到https请求
131
// https的请求通过http隧道方式转发
132
+// 这里就是上面第一步:客户端像http代理发起CONNECT请求
133
httpTunnel.on('connect', (req, cltSocket, head) => {
134
// connect to an origin server
135
var srvUrl = url.parse(`http://${req.url}`);
0 commit comments