tls: fix throughput issues after incorrect merge
authorFedor Indutny <fedor@indutny.com>
Fri, 14 Aug 2015 22:57:33 +0000 (15:57 -0700)
committerFedor Indutny <fedor@indutny.com>
Tue, 18 Aug 2015 01:50:53 +0000 (18:50 -0700)
commit102939ada5bda712993541ef2a3bedd5b31316d2
tree38628177ef955df8a45968fe3f8a77633181b345
parent7bdf7da867771fdf2854ccd152f022fefd7234a4
tls: fix throughput issues after incorrect merge

1e066e4a was done incorrectly and has overwritten an important change
in: c17449df. Using bigger output buffer increases performance in 3-4
times.

PR-URL: https://github.com/nodejs/node/pull/2381
Fix: https://github.com/joyent/node/issues/25803
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
src/tls_wrap.h