uv_buf_t wrbuf = uv_buf_init(buf->base, nread); uv_write(req, client, &wrbuf, 1, echo_write); } if (buf->base) free(buf->base);
確定! 回上一頁