summaryrefslogtreecommitdiffhomepage
path: root/API-C.md
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-09-29 22:43:59 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-09-29 22:45:42 +0100
commitc50e2c23c4d3b9c436d1b7de748b4c3809356f41 (patch)
tree33562b8d68d0bc5d149ca564fb6880b37fdfc7f3 /API-C.md
parente4a868078ab43772e36cd8ffc59fd995353fb402 (diff)
downloadunit-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>
Diffstat (limited to 'API-C.md')
-rw-r--r--API-C.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/API-C.md b/API-C.md
index 8b99870..298867d 100644
--- a/API-C.md
+++ b/API-C.md
@@ -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