| 717 | } |
| 718 | |
| 719 | inline bool |
| 720 | HttpTunnelConsumer::is_sink() const |
| 721 | { |
| 722 | return HT_HTTP_CLIENT == vc_type || HT_CACHE_WRITE == vc_type; |
| 723 | } |
| 724 | |
| 725 | inline bool |
| 726 | HttpTunnelProducer::is_handling_chunked_content() const |
no outgoing calls
no test coverage detected