-
Notifications
You must be signed in to change notification settings - Fork 164
Include TLS overhead bytes into connection stats #629
Copy link
Copy link
Open
0 / 20 of 2 issues completedLabels
low priorityLow priority issues to be done eventually.Low priority issues to be done eventually.product enhancementFeatures improving the product.Features improving the product.t-unblockingIssues with this label are in the ownership of the unblocking team.Issues with this label are in the ownership of the unblocking team.
Metadata
Metadata
Assignees
Labels
low priorityLow priority issues to be done eventually.Low priority issues to be done eventually.product enhancementFeatures improving the product.Features improving the product.t-unblockingIssues with this label are in the ownership of the unblocking team.Issues with this label are in the ownership of the unblocking team.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Version 2.7.0 introduced proxy-chain in HTTPS mode (
serverType: 'https'). Current implementation of connection stats tracks only application data for bothhttpandhttpsmodes.It would be good to extend our implementation to include TLS overhead bytes into connection stats.
Scope