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 79c1ec9 commit daf4cc7Copy full SHA for daf4cc7
src/proxy/routes/index.ts
@@ -73,7 +73,6 @@ router.use(
73
74
if (action.error || action.blocked) {
75
res.set('content-type', 'application/x-git-receive-pack-result');
76
- res.set('transfer-encoding', 'chunked');
77
res.set('expires', 'Fri, 01 Jan 1980 00:00:00 GMT');
78
res.set('pragma', 'no-cache');
79
res.set('cache-control', 'no-cache, max-age=0, must-revalidate');
0 commit comments