Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix timeouts for multipart payloads #23

Merged
merged 4 commits into from Nov 14, 2015
Merged

Conversation

johnbrett
Copy link
Contributor

This PR contains a fix for multipart payload timeouts which fixes #19

@johnbrett johnbrett self-assigned this Nov 14, 2015
@johnbrett johnbrett added the bug Bug or defect label Nov 14, 2015
johnbrett added a commit that referenced this pull request Nov 14, 2015
Fix timeouts for multipart payloads
@johnbrett johnbrett merged commit 19114a9 into master Nov 14, 2015
@johnbrett johnbrett added this to the 3.0.1 milestone Nov 14, 2015
@hueniverse hueniverse deleted the issue-payload-timeout branch November 14, 2015 17:19
@@ -1467,4 +1467,40 @@ describe('parse()', () => {
});
});
});

it('will timeout correctly for a multipart payload with output as stream', (done) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

We usually use present progressive for the text. E.g. "times out a multipart payload with stream output". Not a big deal just more consistent.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ah yep - should have spotted that thanks! Updated this and above.

@lock
Copy link

lock bot commented Jan 9, 2020

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bug or defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

timeout for payload not working.
2 participants