Skip to content

Commit ae55e4e

Browse files
committed
disable http proxying
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 151526d commit ae55e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/contextView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ export class ContextView implements vscode.WebviewViewProvider {
418418
remote: string;
419419
}): string[] {
420420
const mapping = `${params.localPort}=${params.remote}`;
421-
const args: string[] = ['run', '--proxy', mapping, '--duration', '2m'];
421+
const args: string[] = ['run', '--disable-http-proxy', '--proxy', mapping, '--duration', '2m'];
422422

423423
if (params.templateId === 'latency_tail_normal') {
424424
args.push(

0 commit comments

Comments
 (0)