mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 05:15:04 +00:00
Archive unattended method errors.
This commit is contained in:
parent
ee31fa4bae
commit
94149d262d
1 changed files with 1 additions and 0 deletions
1
httpd.c
1
httpd.c
|
@ -238,6 +238,7 @@ void httpd_connection(FILE *f)
|
||||||
|
|
||||||
/* unattended? it's an error */
|
/* unattended? it's an error */
|
||||||
if (status == 0) {
|
if (status == 0) {
|
||||||
|
srv_archive_error("unattended_method", "unattended method", req, payload);
|
||||||
srv_debug(1, xs_fmt("httpd_connection unattended %s %s", method, q_path));
|
srv_debug(1, xs_fmt("httpd_connection unattended %s %s", method, q_path));
|
||||||
status = 404;
|
status = 404;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue