azure-function-express icon indicating copy to clipboard operation
azure-function-express copied to clipboard

fix(request): Change IncomingMessage to be a Readable Stream

Open dcollien opened this issue 6 years ago • 2 comments

Changing IncomingMessage to a Readable stream allows body-parser to work correctly Fixes: #22 #15

dcollien avatar Mar 06 '19 10:03 dcollien

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #31   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines          67     67           
  Branches       18     18           
=====================================
  Hits           67     67
Impacted Files Coverage Δ
src/IncomingMessage.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2bd9041...929ca7e. Read the comment docs.

codecov-io avatar Mar 07 '19 04:03 codecov-io

Could this PR me merged? It's really a blocking issue... @yvele ?

sinedied avatar Dec 20 '19 11:12 sinedied