| 939 | -------------------------------------------------------------------------*/ |
| 940 | |
| 941 | inline void |
| 942 | HTTPHdr::version_set(HTTPVersion version) |
| 943 | { |
| 944 | ink_assert(valid()); |
| 945 | http_hdr_version_set(m_http, version); |
| 946 | } |
| 947 | |
| 948 | /*------------------------------------------------------------------------- |
| 949 | -------------------------------------------------------------------------*/ |
no test coverage detected