diff options
| author | 2023-08-12 19:09:09 +0200 | |
|---|---|---|
| committer | 2023-08-12 19:09:09 +0200 | |
| commit | 94149d262d0ec40fb72b68965e5b396a6756bb1a (patch) | |
| tree | 698822b85818c6c34e863a2c5933e9b8adea6abe /httpd.c | |
| parent | Fixed crash. (diff) | |
| download | penes-snac2-94149d262d0ec40fb72b68965e5b396a6756bb1a.tar.gz penes-snac2-94149d262d0ec40fb72b68965e5b396a6756bb1a.tar.xz penes-snac2-94149d262d0ec40fb72b68965e5b396a6756bb1a.zip | |
Archive unattended method errors.
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -238,6 +238,7 @@ void httpd_connection(FILE *f) | |||
| 238 | 238 | ||
| 239 | /* unattended? it's an error */ | 239 | /* unattended? it's an error */ |
| 240 | if (status == 0) { | 240 | if (status == 0) { |
| 241 | srv_archive_error("unattended_method", "unattended method", req, payload); | ||
| 241 | srv_debug(1, xs_fmt("httpd_connection unattended %s %s", method, q_path)); | 242 | srv_debug(1, xs_fmt("httpd_connection unattended %s %s", method, q_path)); |
| 242 | status = 404; | 243 | status = 404; |
| 243 | } | 244 | } |