pillarjs / send

Streaming static file server with Range and conditional-GET support
MIT License
796 stars 188 forks source link

case sensitive file handling #177

Closed sebbi08 closed 7 months ago

sebbi08 commented 5 years ago

This is ment to solve this issue https://github.com/expressjs/serve-static/issues/93. It contains a fix to handel files on in case insensitive file system case sensitive.

sebbi08 commented 5 years ago

is there any diference betwene the tracis ci coverage reporter and the local one localy i get the following coverage results :

Statements : 99.77% ( 425/426 ) Branches : 96.36% ( 238/247 ) Functions : 100% ( 49/49 ) Lines : 100% ( 416/416 )