| 171 | |
| 172 | #if DEVELOPER |
| 173 | static struct io_plan *peer_write_postclose(struct io_conn *conn, |
| 174 | struct early_peer *peer) |
| 175 | { |
| 176 | dev_sabotage_fd(io_conn_fd(conn), true); |
| 177 | return read_init(conn, peer); |
| 178 | } |
| 179 | |
| 180 | static struct io_plan *peer_write_post_sabotage(struct io_conn *conn, |
| 181 | struct early_peer *peer) |
nothing calls this directly
no test coverage detected