| 420 | } |
| 421 | |
| 422 | int cbm_http_conn_status(const cbm_http_conn_t *c) { |
| 423 | return c ? c->response_status : 0; |
| 424 | } |
| 425 | |
| 426 | size_t cbm_http_conn_response_bytes(const cbm_http_conn_t *c) { |
| 427 | return c ? c->response_bytes : 0; |
no outgoing calls
no test coverage detected