Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: node-formidable/formidable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.3
Choose a base ref
...
head repository: node-formidable/formidable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.4
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 29, 2010

  1. Fix: Handle pause() calls on destroyed uploads

    This patch also improves the behavior for resume().
    
    net.Stream currently does not guarantee 'data' to stop emitting after
    pausing a stream. This makes the current throttling function
    problematic and prone to race conditions. This patch will take of it
    for now, but a further patch for node itself will make things even
    smoother.
    felixge committed Jun 29, 2010
    2 Configuration menu
    Copy the full SHA
    3988f82 View commit details
    Browse the repository at this point in the history
  2. Bump version

    felixge committed Jun 29, 2010
    Configuration menu
    Copy the full SHA
    857559e View commit details
    Browse the repository at this point in the history
Loading