stakach / IIS-X-Sendfile-plugin

Provides X-Sendfile functionality for IIS7.x
MIT License
22 stars 18 forks source link

Enabled x-sendfile-temporary, which removes the file after it's sent … #7

Closed Lexcon closed 8 years ago

Lexcon commented 8 years ago

…to the client. Note: loads the file in mem during transmit to client so could be mem intensive on concurrent use

Note: I think different in line endings resulted to all lines changed, in reality only 7 lines were added or so, excluding comments. Not sure why line endings were altered, I used VS Community Edition.

stakach commented 8 years ago

Looks good to me. Thanks! Might be worth providing a copy of the compiled DLL for anyone who wants it too :)