commit | 80adaa8ae8398403ca4e9797219ea9a501fc76a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 07 18:57:40 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 07 18:57:40 2023 +0100 |
tree | ce2882609cc012d5c22cd394afac6f17546962ab | |
parent | d392a74c5a8af8271a33a20d37ae1a8ea422cb4b [diff] [blame] |
patch 9.0.1673: cannot produce a status 418 or 503 message Problem: Cannot produce a status 418 or 503 message. Solution: Add err_teapot().
diff --git a/src/version.c b/src/version.c index 876e20c..840f338 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1673, +/**/ 1672, /**/ 1671,