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: 48e159faf2f9
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 831de7cbb911
Choose a head ref
  • 5 commits
  • 16 files changed
  • 1 contributor

Commits on Jul 10, 2013

  1. http: style

    isaacs committed Jul 10, 2013
    Copy the full SHA
    6176e49 View commit details
    Browse the repository at this point in the history
  2. http: Proper KeepAlive behavior

    Instead of destroying sockets when there are no pending requests, put
    them in a freeSockets list, and unref() them so that they do not keep
    the event loop open.
    
    Also, set the default max sockets to Infinity, to prevent the awful
    surprising deadlocks that happen when more connections are made.
    isaacs committed Jul 10, 2013
    3
    Copy the full SHA
    9fc9b87 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    40e9265 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    49519f1 View commit details
    Browse the repository at this point in the history
  5. http: Use OOP for OutgoingMessage._finish

    Sniffing instanceof a child class in the parent class's method
    is Doing It Wrong.
    isaacs committed Jul 10, 2013
    Copy the full SHA
    831de7c View commit details
    Browse the repository at this point in the history