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 5d4b8b9 commit 6e04944Copy full SHA for 6e04944
test/test.js
@@ -559,7 +559,7 @@ describe('serveStatic()', function () {
559
.expect(416, done)
560
})
561
562
- it('should include a Content-Range field with a byte-range- resp-spec of "*" and an instance-length specifying the current length', function (done) {
+ it('should include a Content-Range header of complete length', function (done) {
563
request(server)
564
.get('/nums')
565
.set('Range', 'bytes=9-50')
0 commit comments