Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Gregory Newman-SmithGregory Newman-SmithReporter
Ben BrooksBen BrooksStory Points
1Components
Sprint
NoneFix versions
Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Gregory Newman-Smith
Gregory Newman-SmithReporter
Ben Brooks
Ben BrooksStory Points
1
Components
Sprint
None
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created January 18, 2024 at 11:52 PM
Updated August 31, 2024 at 10:59 AM
Resolved February 6, 2024 at 12:36 PM
The code to turn on NODELAY for TCP connections does not check for any types other than `*net.TCPConn`. TLS connections have a conn which is of a type `*tls.Conn` which wraps a `*net.TCPConn`, resulting in one that is not able to set NODELAY.