You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Node >= 9.6.0, sends two SSL segments (one with request + headers, the other with the body hello\n). Node <= 9.5.0 sends a single SSL segment with everything as expected.
The code:
For Node >= 9.6.0, sends two SSL segments (one with request + headers, the other with the body
hello\n). Node <= 9.5.0 sends a single SSL segment with everything as expected.If instead of passing a Buffer, we pass a string:
This works correctly in all Node.JS versions.