Skip to content
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

v6.2.2 proposal #7323

Merged
merged 2 commits into from
Jun 17, 2016
Merged

v6.2.2 proposal #7323

merged 2 commits into from
Jun 17, 2016

Commits on Jun 17, 2016

  1. 2016-06-17, Version 6.2.2 (Current) Release

    Notable changes:
    
    * **http**:
      - req.read(0) could cause incoming connections to stall and time out
        under certain conditions. (Fedor Indutny) [#7211](#7211)
      - When freeing the socket to be reused in keep-alive Agent wait for
        both prefinish and end events. Otherwise the next request may be
        written before the previous one has finished sending the body, leading
        to a parser errors. (Fedor Indutny) [#7149](#7149)
    * **npm**: upgrade npm to 3.9.5 (Kat Marchán) [#7139](#7139)
    
    #7323
    evanlucas committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    091abb3 View commit details
    Browse the repository at this point in the history
  2. Working on v6.2.3

    PR-URL: #7323
    evanlucas committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    e814416 View commit details
    Browse the repository at this point in the history