We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0136851 commit 8a4ac16Copy full SHA for 8a4ac16
1 file changed
test/bench/request-proxy.ts
@@ -45,9 +45,7 @@ compact(() => {
45
const p = requestWithURL(req, "http://localhost:3000/path?q=1");
46
return p.headers.get("content-type");
47
});
48
- bench("proxied.headers.get() (cached)", () =>
49
- warmed.headers.get("content-type"),
50
- );
+ bench("proxied.headers.get() (cached)", () => warmed.headers.get("content-type"));
51
52
53
0 commit comments