forked from node-formidable/formidable
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pull updates from master #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ive a malformed JSON request. This way I can catch the error from my framework.
fixed incorrect documentation header/paragraph
…ition of the 'disp-extension-parm' rule, RFC 2616 section 19.5.1)
…er of the Content-Disposition header (RFC 2616 section 2.2, a quoted-string can be empty)
Improvement on Content-Disposition parsing
This adds compatibility with mock-fs [1], which overrides these methods and expects modules to access them thereafter. [1] https://github.com/tschaub/mock-fs
* teamverse/master: fix global variable leak add hash to json if present
* charmander/master: Use built-in toString to convert buffer to hex
* SimenB/license: Add license to package.json
* christian-fei/master: Fix second DeprecationWarning about os.tmpDir() Fix first DeprecationWarning about os.tmpDir()
* softec-si/master: Now the JSON Parser emit an error event to the IncomingForm if a receive a malformed JSON request. This way I can catch the error from my framework.
* commit '910fdcb1fce5eede5866dbbeb6cda976c015b4e5': Test on current Node versions Update buffer.write order of arguments Fix second DeprecationWarning about os.tmpDir() Fix first DeprecationWarning about os.tmpDir() Add license to package.json Use built-in toString to convert buffer to hex fix global variable leak add hash to json if present Now the JSON Parser emit an error event to the IncomingForm if a receive a malformed JSON request. This way I can catch the error from my framework.
Update buffer.write order of arguments
Include MIT license
* badeball/master: Access WriteStream of fs during runtime instead of include time
* Added max upload size * Self reference for size fix
* to solve EISDIR error to solve EISDIR error when trying to submit a form with no file selected. * del .ideal and modify incoming_form remove needless .idea things and change the condition to !part.filename * remove needless .idea remove needless .idea
update readme to reflect current state of Express
Remove duplicate license field from package.json
This reverts commit 05e4743.
…#357) When fileMaxSize reached _error() calls _writeStream.destroy() which turns into unhandled exception.
Fix using closed _writeStream when error is occurred (node-formidable#357)
Getting updates from upstream.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.