Skip to content

Commit f14c3b3

Browse files
committed
fix: DevTools response body
1 parent fe4c35d commit f14c3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevProxy.Plugins/Inspection/DevToolsPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public override async Task InitializeAsync(InitArgs e, CancellationToken cancell
173173
}
174174
}
175175

176-
_responseBody.Add(args.Request.GetHashCode().ToString(CultureInfo.InvariantCulture), body);
176+
_responseBody.Add(args.RequestId, body);
177177

178178
var requestId = args.RequestId!;
179179

0 commit comments

Comments
 (0)