| 85 | -------------------------------------------------------------------------*/ |
| 86 | |
| 87 | inline uint32_t |
| 88 | HTTPVersion::get_flat_version() const |
| 89 | { |
| 90 | return vmajor << 16 | vminor; |
| 91 | } |
| 92 | |
| 93 | /*------------------------------------------------------------------------- |
| 94 | -------------------------------------------------------------------------*/ |
no outgoing calls
no test coverage detected