Skip to content

Commit daf4cc7

Browse files
committed
fix: remove transfer-encoding header
1 parent 79c1ec9 commit daf4cc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/proxy/routes/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ router.use(
7373

7474
if (action.error || action.blocked) {
7575
res.set('content-type', 'application/x-git-receive-pack-result');
76-
res.set('transfer-encoding', 'chunked');
7776
res.set('expires', 'Fri, 01 Jan 1980 00:00:00 GMT');
7877
res.set('pragma', 'no-cache');
7978
res.set('cache-control', 'no-cache, max-age=0, must-revalidate');

0 commit comments

Comments
 (0)