pillarjs / send

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

support for /proc/* files #213

Open mleblebici opened 2 years ago

mleblebici commented 2 years ago

/proc/* files could not be read, because fs.stat was returning 0 size. With new getSize function, their size information is correct, so they can now be read.