diff options
Diffstat (limited to 'src/supplemental/http/http_api.h')
| -rw-r--r-- | src/supplemental/http/http_api.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/supplemental/http/http_api.h b/src/supplemental/http/http_api.h index 6be681a9..1305b5a0 100644 --- a/src/supplemental/http/http_api.h +++ b/src/supplemental/http/http_api.h @@ -336,8 +336,7 @@ extern int nni_http_handler_set_method(nni_http_handler *, const char *); extern int nni_http_handler_set_data(nni_http_handler *, void *, nni_cb); // nni_http_handler_get_data returns the data that was previously stored -// at that index. It returns NULL if no data was set, or an invalid index -// is supplied. +// by nni_http_handler_set_data. extern void *nni_http_handler_get_data(nni_http_handler *); // nni_http_handler_get_uri returns the URI set on the handler. |
