Skip to content

v2.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@dalisoft dalisoft released this 05 Apr 13:12
· 766 commits to master since this release

Fixes

  • Fixed Stream used HttpResponse instance
  • Fixed double-check for HttpRequest.headers

Perf

  • For Stream (sendFile, res.pipe) performance will be slower due of catching bugs
  • Allow sync functions for single route callback and on single route callback performance will be improved up-to 25%

Feat

  • Added new OPTIONS arguments to res.compressStream(stream, OPTIONS)

Example

  • Added video stream example