The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-https-byteswritten.js @ 6f043940

History | View | Annotate | Download (2.01 KB)

# Date Author Comment
595b5974 01/24/2013 07:48 PM Andy Burke

Add bytesWritten to tls.CryptoStream

This adds a proxy for bytesWritten to the tls.CryptoStream. This
change makes the connection object more similar between HTTP and
HTTPS requests in an effort to avoid confusion.

See issue #4650 for more background information.