Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit e3c7ee4

Browse files
committed
Disable test server Etag
1 parent 93fe74e commit e3c7ee4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-server/server.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ var server = https.createServer({
3434
console.log('SSL test server running at port ',8124)
3535
})
3636

37+
app.disable('etag')
38+
3739
// http
3840
app.listen(8123, function(err){
3941
if(!err)

0 commit comments

Comments
 (0)