| 218 | } |
| 219 | |
| 220 | int cbm_http_conn_status(const cbm_http_conn_t *c) { |
| 221 | return c ? c->response_status : 0; |
| 222 | } |
| 223 | |
| 224 | size_t cbm_http_conn_response_bytes(const cbm_http_conn_t *c) { |
| 225 | return c ? c->response_bytes : 0; |
no outgoing calls
no test coverage detected