src/server/daemon/error.c

changeset 195
d367b687bc74
parent 137
ca0cf1016a8b
child 415
d938228c382e
equal deleted inserted replaced
194:6345f50208d5 195:d367b687bc74
114 // error 114 // error
115 } 115 }
116 116
117 req->connection->write(req->connection, buf, len); 117 req->connection->write(req->connection, buf, len);
118 req->connection->write(req->connection, msg.ptr, msg.length); 118 req->connection->write(req->connection, msg.ptr, msg.length);
119
120 req->connection->close(req->connection);
121 } 119 }

mercurial