| 755 | -------------------------------------------------------------------------*/ |
| 756 | |
| 757 | inline int |
| 758 | HTTPHdr::print(char *buf, int bufsize, int *bufindex, int *dumpoffset) const |
| 759 | { |
| 760 | ink_assert(valid()); |
| 761 | return http_hdr_print(m_http, buf, bufsize, bufindex, dumpoffset); |
| 762 | } |
| 763 | |
| 764 | /*------------------------------------------------------------------------- |
| 765 | -------------------------------------------------------------------------*/ |
nothing calls this directly
no test coverage detected