indutny · GitHub

@indutny

@indutny added the https

Issues or PRs related to the https subsystem.

label

Dec 12, 2015

indutny added a commit that referenced this pull request

Dec 12, 2015
Zero value of `maxCachedSessions` should disable TLS session caching in
`https.Agent`
PR-URL: #4252
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>

@indutny indutny added the semver-minor

PRs that contain new features and should be released in the next minor version.

label

Dec 12, 2015

@indutny

indutny deleted the feature/zero-session-cache branch

December 12, 2015 17:49

Closed

indutny added a commit that referenced this pull request

Dec 15, 2015
Zero value of `maxCachedSessions` should disable TLS session caching in
`https.Agent`
PR-URL: #4252
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>

cjihrig added a commit that referenced this pull request

Dec 15, 2015
Notable changes:
* domains:
  - Fix handling of uncaught exceptions.
    (Julien Gilli) #3654.
* https:
  - Added support for disabling session caching.
    (Fedor Indutny) #4252.
* repl:
  - Allow third party modules to be imported using
    require(). This corrects a regression from 5.2.0.
    (Ben Noordhuis) #4215.
* deps:
  - Upgrade libuv to 1.8.0.
    (Saúl Ibarra Corretgé) #4276.
PR-URL: #4281

cjihrig added a commit that referenced this pull request

Dec 16, 2015
Notable changes:
* buffer:
  - Buffer.prototype.includes() has been added to keep parity
    with TypedArrays. (Alexander Martin) #3567.
* domains:
  - Fix handling of uncaught exceptions.
    (Julien Gilli) #3654.
* https:
  - Added support for disabling session caching.
    (Fedor Indutny) #4252.
* repl:
  - Allow third party modules to be imported using
    require(). This corrects a regression from 5.2.0.
    (Ben Noordhuis) #4215.
* deps:
  - Upgrade libuv to 1.8.0.
    (Saúl Ibarra Corretgé) #4276.
PR-URL: #4281

cjihrig added a commit that referenced this pull request

Dec 16, 2015
Notable changes:
* buffer:
  - Buffer.prototype.includes() has been added to keep parity
    with TypedArrays. (Alexander Martin) #3567.
* domains:
  - Fix handling of uncaught exceptions.
    (Julien Gilli) #3654.
* https:
  - Added support for disabling session caching.
    (Fedor Indutny) #4252.
* repl:
  - Allow third party modules to be imported using
    require(). This corrects a regression from 5.2.0.
    (Ben Noordhuis) #4215.
* deps:
  - Upgrade libuv to 1.8.0.
    (Saúl Ibarra Corretgé) #4276.
PR-URL: #4281
Conflicts:
	src/node_version.h

scovetta pushed a commit to scovetta/node that referenced this pull request

Apr 2, 2016
Zero value of `maxCachedSessions` should disable TLS session caching in
`https.Agent`
PR-URL: nodejs#4252
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>

scovetta pushed a commit to scovetta/node that referenced this pull request

Apr 2, 2016
Notable changes:
* buffer:
  - Buffer.prototype.includes() has been added to keep parity
    with TypedArrays. (Alexander Martin) nodejs#3567.
* domains:
  - Fix handling of uncaught exceptions.
    (Julien Gilli) nodejs#3654.
* https:
  - Added support for disabling session caching.
    (Fedor Indutny) nodejs#4252.
* repl:
  - Allow third party modules to be imported using
    require(). This corrects a regression from 5.2.0.
    (Ben Noordhuis) nodejs#4215.
* deps:
  - Upgrade libuv to 1.8.0.
    (Saúl Ibarra Corretgé) nodejs#4276.
PR-URL: nodejs#4281
Conflicts:
	src/node_version.h

Closed

3 tasks

nicolas-moteau added a commit to Orange-OpenSource/node that referenced this pull request

Mar 6, 2019

BridgeAR pushed a commit to BridgeAR/node that referenced this pull request

Mar 6, 2019

BridgeAR pushed a commit to BridgeAR/node that referenced this pull request

Mar 12, 2019

BridgeAR pushed a commit that referenced this pull request

Mar 14, 2019
PR-URL: #26433
Refs: #2228
Refs: #4252
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>

Read the original on github.com ↗