Skip to content

Commit db9ee42

Browse files
committed
chore: address comments
1 parent c90790f commit db9ee42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

enterprise/aibridgeproxyd/aibridgeproxyd.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ func New(ctx context.Context, logger slog.Logger, opts Options) (*Server, error)
5656
// Decrypt all HTTPS requests via MITM. Requests are forwarded to
5757
// the original destination without modification for now.
5858
// TODO(ssncferreira): Route requests to aibridged
59-
// See https://github.com/coder/internal/issues/1181
59+
// will be implemented upstack.
60+
// Related to https://github.com/coder/internal/issues/1181
6061
proxy.OnRequest().HandleConnect(goproxy.AlwaysMitm)
6162

6263
srv := &Server{

0 commit comments

Comments
 (0)