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
Talked with @tjfontaine about this at the Node on the Road office hours - he suggested creating a socket that's passed to the TLS connection constructor that pipes to a transform that simply counts bytes and logs them.
However, the tricky bit is tying the TLS-level logging to the HTTP-level logging, which he wasn't sure about (beyond diving into the undocumented private bits of the Socket interface).
The text was updated successfully, but these errors were encountered:
Talked with @tjfontaine about this at the Node on the Road office hours - he suggested creating a socket that's passed to the TLS connection constructor that pipes to a transform that simply counts bytes and logs them.
However, the tricky bit is tying the TLS-level logging to the HTTP-level logging, which he wasn't sure about (beyond diving into the undocumented private bits of the Socket interface).
The text was updated successfully, but these errors were encountered: