diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-09-29 22:43:59 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-09-29 22:45:42 +0100 |
commit | c50e2c23c4d3b9c436d1b7de748b4c3809356f41 (patch) | |
tree | 33562b8d68d0bc5d149ca564fb6880b37fdfc7f3 | |
parent | e4a868078ab43772e36cd8ffc59fd995353fb402 (diff) | |
download | unit-wasm-c50e2c23c4d3b9c436d1b7de748b4c3809356f41.tar.gz unit-wasm-c50e2c23c4d3b9c436d1b7de748b4c3809356f41.tar.bz2 |
API-C.md: Fix a broken fragment link
Fixes: 1beab00ac ("Allow to set the HTTP response status")
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r-- | API-C.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -328,7 +328,7 @@ internal API has failed or an OS level error occurred, then you can simply return _-1_, _if_ you have haven't already _sent_ any response or headers. You can still return 0 _and_ set the HTTP response status to 500 using -[luw_http_set_resp_status](#luw_http_set_resp_status). +[luw_http_set_response_status](#luw_http_set_response_status). #### luw_malloc_handler |