[3.1.4 backport] TCP_NODELAY does not work for TLS connections

Description

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.

Activity

Show:

Ben Brooks April 16, 2024 at 5:47 PM

Bulk close resolved issues

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Story Points

Components

Sprint

Fix versions

Priority

Instabug

Open Instabug

PagerDuty

Sentry

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
Instabug