| 202 | } |
| 203 | |
| 204 | int |
| 205 | QHttpConnectionPrivate::messageComplete(http_parser*) { |
| 206 | if ( ilastRequest == nullptr ) |
| 207 | return 0; |
| 208 | |
| 209 | // request is done |
| 210 | finalizeConnection(); |
| 211 | return 0; |
| 212 | } |
| 213 | |
| 214 | /////////////////////////////////////////////////////////////////////////////// |
| 215 | } // namespace server |
nothing calls this directly
no outgoing calls
no test coverage detected