Skip to content

Commit 6664e38

Browse files
committed
🎨
1 parent f58211e commit 6664e38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/serve.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ function createServe(root: string) {
142142
} else {
143143
// no support accept-encoding
144144
// check range
145-
// bug this !!!!!!
146145
if (req.headers['range']) {
147146
let range = rangeParser(stats.size, req.headers['range'], { combine: true });
148147
if (range < 0) {

0 commit comments

Comments
 (0)