| 723 | } |
| 724 | |
| 725 | inline bool |
| 726 | HttpTunnelProducer::is_handling_chunked_content() const |
| 727 | { |
| 728 | return do_chunking || do_dechunking || do_chunked_passthru; |
| 729 | } |
| 730 | |
| 731 | inline bool |
| 732 | HttpTunnelProducer::is_source() const |
no outgoing calls
no test coverage detected