Skip to content

Commit

Permalink
fix: 带宽测量没有结束请求
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Jan 30, 2024
1 parent df69b4a commit 91e2fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/measure.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ router.get('/:size(\\d+)', (req, res) => {
for (let i = 0; i < size; i++) {
res.write(buffer)
}
res.end()
})

export default MeasureRoute

0 comments on commit 91e2fc8

Please sign in to comment.