| 1062 | -------------------------------------------------------------------------*/ |
| 1063 | |
| 1064 | inline HTTPStatus |
| 1065 | http_hdr_status_get(HTTPHdrImpl const *hh) |
| 1066 | { |
| 1067 | ink_assert(hh->m_polarity == HTTP_TYPE_RESPONSE); |
| 1068 | return (HTTPStatus)hh->u.resp.m_status; |
| 1069 | } |
| 1070 | |
| 1071 | /*------------------------------------------------------------------------- |
| 1072 | -------------------------------------------------------------------------*/ |
no outgoing calls
no test coverage detected