(t time.Time)
| 260 | } |
| 261 | |
| 262 | func (c *localProxyConnection) SetWriteDeadline(t time.Time) error { |
| 263 | // ignored since we can't set the read/write Deadlines for the tunnel back to origintunneld |
| 264 | return nil |
| 265 | } |
| 266 | |
| 267 | // ResponseWriter is the response path for a request back through cloudflared's tunnel. |
| 268 | type ResponseWriter interface { |
no outgoing calls
no test coverage detected