Skip to content

Add support for flushing headers#675

Merged
jonathanong merged 1 commit into
koajs:v2.xfrom
PlasmaPower:flush-headers
Mar 12, 2016
Merged

Add support for flushing headers#675
jonathanong merged 1 commit into
koajs:v2.xfrom
PlasmaPower:flush-headers

Conversation

@PlasmaPower

Copy link
Copy Markdown
Contributor

This is a breaking change, as seen by the test change, but it is very unlikely to break things. Previous discussion was at #668. Any more ideas for tests?

@PlasmaPower

Copy link
Copy Markdown
Contributor Author

Branch coverage dropped a branch from 218 to 217, but statement coverage remained the same. However, codecov didn't seem to process this PR, so I don't know which branch it is.

@jonathanong jonathanong self-assigned this Mar 4, 2016
@jonathanong

Copy link
Copy Markdown
Member

ah crap... because i need to add codecov to v2.x as well. damnit

@PlasmaPower

Copy link
Copy Markdown
Contributor Author

I thought that might be the case. Also, coveralls still seems to be running, I'm assuming we want to remove that?

@dead-horse dead-horse added this to the v2.0.0 milestone Mar 9, 2016
try {
ctx.length = 10;
} catch (err) {
ctx.body += 'ctx.length fail';

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting way to make sure things are thrown... haha

jonathanong added a commit that referenced this pull request Mar 12, 2016
Add support for flushing headers
@jonathanong jonathanong merged commit b658fe7 into koajs:v2.x Mar 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants