Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
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: nodejs/node-v0.x-archive
base: bad29ede0a14
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 27d69b8e3a0d
Choose a head ref
  • 9 commits
  • 52 files changed
  • 1 contributor

Commits on Dec 13, 2012

  1. Copy the full SHA
    822a8fe View commit details
    Browse the repository at this point in the history
  2. net: Refactor to use streams2

    This is a combination of 6 commits.
    
    * XXX net fixup lcase stream
    
    * net: Refactor to use streams2
    
        Use 'socket.resume()' in many tests to trigger old-mode behavior.
    
    * net: Call destroy() if shutdown() is not provided
    
        This is important for TTY wrap streams
    
    * net: Call .end() in socket.destroySoon if necessary
    
        This makes the http 1.0 keepAlive test pass, also.
    
    * net wtf-ish stuff kinda busted
    
    * net fixup
    isaacs committed Dec 13, 2012
    Copy the full SHA
    e0e75a9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b50ee25 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9d5324a View commit details
    Browse the repository at this point in the history
  5. test updates

    isaacs committed Dec 13, 2012
    Copy the full SHA
    859cc8d View commit details
    Browse the repository at this point in the history
  6. child_process: Remove stream.pause/resume calls

    Unnecessary in streams2
    isaacs committed Dec 13, 2012
    Copy the full SHA
    b75440e View commit details
    Browse the repository at this point in the history
  7. http: Refactor for streams2

    Because of some of the peculiarities of http, this has a bit of special
    magic to handle cases where the IncomingMessage would wait forever in a
    paused state.
    
    In the server, if you do not begin consuming the request body by the
    time the response emits 'finish', then it will be flushed out.
    
    In the client, if you do not add a 'response' handler onto the request,
    then the response stream will be flushed out.
    isaacs committed Dec 13, 2012
    Copy the full SHA
    88bdcee View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ac65802 View commit details
    Browse the repository at this point in the history
  9. test updates for streams2

    isaacs committed Dec 13, 2012
    Copy the full SHA
    27d69b8 View commit details
    Browse the repository at this point in the history