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
Support for compression savings info via the compression field.
Enhancement
Sizes are now calculated with Buffer.byteLength instead of string length where possible.
Use high resolution timestamps via process.hrtime.
More accurately determine the send duration by listening for the ClientRequest’s finish event. In practice, most of this time is actually going to be attributable to DNS/connect/SSL/etc. but it’s better than nothing for now.