| 762 | -------------------------------------------------------------------------*/ |
| 763 | |
| 764 | const char * |
| 765 | http_hdr_reason_get(HTTPHdrImpl *hh, int *length) |
| 766 | { |
| 767 | ink_assert(hh->m_polarity == HTTP_TYPE_RESPONSE); |
| 768 | *length = hh->u.resp.m_len_reason; |
| 769 | return (hh->u.resp.m_ptr_reason); |
| 770 | } |
| 771 | |
| 772 | /*------------------------------------------------------------------------- |
| 773 | -------------------------------------------------------------------------*/ |