This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new bc41747  Fixes no_content_length status code description in docs 
(#7086)
bc41747 is described below

commit bc417478dd057e0e4d82eae773b6307bd9bffc03
Author: Nozomi Inanami <[email protected]>
AuthorDate: Wed Aug 5 23:42:10 2020 +0900

    Fixes no_content_length status code description in docs (#7086)
    
    (cherry picked from commit 674622d146f1bf48d600fed235a1cb25d34fe54b)
---
 doc/admin-guide/monitoring/error-messages.en.rst                      | 2 +-
 doc/locale/ja/LC_MESSAGES/admin-guide/monitoring/error-messages.en.po | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/admin-guide/monitoring/error-messages.en.rst 
b/doc/admin-guide/monitoring/error-messages.en.rst
index 5e2400c..9422569 100644
--- a/doc/admin-guide/monitoring/error-messages.en.rst
+++ b/doc/admin-guide/monitoring/error-messages.en.rst
@@ -177,7 +177,7 @@ with corresponding HTTP response codes and customizable 
files.
    ``timeout#inactivity``
 
 ``Content Length Required``
-   ``400``
+   ``411``
    Could not process this request because ``Content-Length`` was not specified.
    ``request#no_content_length``
 
diff --git 
a/doc/locale/ja/LC_MESSAGES/admin-guide/monitoring/error-messages.en.po 
b/doc/locale/ja/LC_MESSAGES/admin-guide/monitoring/error-messages.en.po
index 0000fb2..7c223fc 100644
--- a/doc/locale/ja/LC_MESSAGES/admin-guide/monitoring/error-messages.en.po
+++ b/doc/locale/ja/LC_MESSAGES/admin-guide/monitoring/error-messages.en.po
@@ -405,10 +405,10 @@ msgstr ""
 
 #: ../../../admin-guide/monitoring/error-messages.en.rst:185
 msgid ""
-"``400`` Could not process this request because ``Content-Length`` was not "
+"``411`` Could not process this request because ``Content-Length`` was not "
 "specified. ``request#no_content_length``"
 msgstr ""
-"``400`` Could not process this request because ``Content-Length`` was not "
+"``411`` Could not process this request because ``Content-Length`` was not "
 "specified. (``Content-Length`` が指定されなかったためリクエストを処理できま"
 "せんでした。) ``request#no_content_length``"
 

Reply via email to