Returns `true` if a the parser has produced the full header. */
| 192 | /** Returns `true` if a the parser has produced the full header. |
| 193 | */ |
| 194 | bool |
| 195 | is_header_done() const |
| 196 | { |
| 197 | return state_ > state::fields; |
| 198 | } |
| 199 | |
| 200 | /** Returns `true` if the message is an upgrade message. |
| 201 |
nothing calls this directly
no outgoing calls
no test coverage detected