Most protocols will not want to set the Connection: header For H2 it will initiate the drain logic. So we make do nothing the default action.
| 279 | // For H2 it will initiate the drain logic. So we make do nothing |
| 280 | // the default action. |
| 281 | void |
| 282 | ProxyTransaction::set_close_connection(HTTPHdr & /* hdr ATS_UNUSED */) const |
| 283 | { |
| 284 | } |
| 285 | |
| 286 | void |
| 287 | ProxyTransaction::mark_as_tunnel_endpoint() |
no outgoing calls
no test coverage detected