Skip to content

Commit 5fb922a

Browse files
committed
Update in-response.ts
1 parent 0313e29 commit 5fb922a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/serve/in-response.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export class InResponse {
139139
setCacheControl(
140140
cacheControl: string,
141141
): void {
142+
return;
142143
this.#headers.set("Cache-Control", cacheControl);
143144
}
144145
/**

0 commit comments

Comments
 (0)