Skip to content

Commit 8720874

Browse files
committed
更新文档
1 parent 4f0db76 commit 8720874

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

middlewareAgent/browserAgent/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ httpTunnel.on('error', (e) => {
129129
});
130130
// http服务器必须在connect里面才能监听到https请求
131131
// https的请求通过http隧道方式转发
132+
// 这里就是上面第一步:客户端像http代理发起CONNECT请求
132133
httpTunnel.on('connect', (req, cltSocket, head) => {
133134
// connect to an origin server
134135
var srvUrl = url.parse(`http://${req.url}`);

0 commit comments

Comments
 (0)