Skip to content

Commit 528ad71

Browse files
committed
Remove obsolete values from server.js's removeHeaders
`X-Heroku-Dynos-In-Use`, `X-Heroku-Queue-Depth` and `X-Heroku-Queue-Wait-Time` have already been dropped in 2013: https://devcenter.heroku.com/changelog-items/218
1 parent c8a2091 commit 528ad71

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ cors_proxy.createServer({
2929
'cookie',
3030
'cookie2',
3131
// Strip Heroku-specific headers
32-
'x-heroku-queue-wait-time',
33-
'x-heroku-queue-depth',
34-
'x-heroku-dynos-in-use',
3532
'x-request-start',
3633
'x-request-id',
3734
'via',

0 commit comments

Comments
 (0)