Skip to content

Commit f8595be

Browse files
sirainencmouse
authored andcommitted
data/lua: Link http_response.status to internal lib-http response codes
1 parent 03afb49 commit f8595be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

data/lua.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,10 @@ The codes contain error codes as well as HTTP codes, e.g., '200 HTTP_OK'
363363
and error code that denote connection to remote server failed.
364364
365365
A human-readable string of the error can then be read using \`reason()\`
366-
function.`
366+
function.
367+
368+
Besides the status codes sent by remote HTTP servers, the status code can also
369+
contain Dovecot's internal 9xxx errors. See [[link,lib_http_response_codes]].`
367370
},
368371

369372
{

0 commit comments

Comments
 (0)