diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/supplemental/http/http_server.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/supplemental/http/http_server.c b/src/supplemental/http/http_server.c index a72817b3..f36c941d 100644 --- a/src/supplemental/http/http_server.c +++ b/src/supplemental/http/http_server.c @@ -598,9 +598,7 @@ http_sconn_rxdone(void *arg) nni_aio_set_input(sc->cbaio, 1, h); nni_aio_set_input(sc->cbaio, 2, sc->conn); - // Technically, probably callback should initialize this with - // start, but we do it instead. - // This operation cannot at present canceled or timed out. + // Documented that we call this on behalf of the callback. if (nni_aio_begin(sc->cbaio) != 0) { nni_mtx_unlock(&s->mtx); return; |
