-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* This removes all known current deprecated deps found in express 3 * *body-parser* offers some native limits for form bodies sent... so mirroring that to transfer size upload limit * Using some package defaults to eliminate 3 new deprecation messages * Update README.md to reflect Since *morgan* is the *express* endorsed request logger this closes #394 ... reopen if we need another/different one or to configure a written log.
- Loading branch information
Martii
committed
Nov 10, 2014
1 parent
851fdfa
commit f3233de
Showing
3 changed files
with
67 additions
and
9 deletions.
There are no files selected for viewing
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
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
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
Why do we need to bump the size of the requests parsed? Does this affect the script submission form?
I thought the script source code fell under the "form multipart body" section? Does it not?