From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <abner.chang@hpe.com>
Cc: "'Michael D Kinney'" <michael.d.kinney@intel.com>,
"'Zhiguang Liu'" <zhiguang.liu@intel.com>,
"'Jiaxin Wu'" <jiaxin.wu@intel.com>,
"'Siyuan Fu'" <siyuan.fu@intel.com>,
"'Wang Fan'" <fan.wang@intel.com>,
"'Maciej Rabeda'" <maciej.rabeda@linux.intel.com>,
"'Nickle Wang'" <nickle.wang@hpe.com>
Subject: 回复: [edk2-devel] [PATCH] MdePkg/Include: Fix wrong spelling in http11.h
Date: Tue, 27 Oct 2020 14:34:43 +0800 [thread overview]
Message-ID: <002c01d6ac2b$41ca0c60$c55e2520$@byosoft.com.cn> (raw)
In-Reply-To: <20201026055158.31643-1-abner.chang@hpe.com>
This file is just added. There is no module to consume it. So, I agree this
change.
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Thanks
Liming
> -----邮件原件-----
> 发件人: bounce+27952+66586+4905953+8761045@groups.io
> <bounce+27952+66586+4905953+8761045@groups.io> 代表 Abner Chang
> 发送时间: 2020年10月26日 13:52
> 收件人: devel@edk2.groups.io
> 抄送: Michael D Kinney <michael.d.kinney@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Zhiguang Liu <zhiguang.liu@intel.com>; Jiaxin
> Wu <jiaxin.wu@intel.com>; Siyuan Fu <siyuan.fu@intel.com>; Wang Fan
> <fan.wang@intel.com>; Maciej Rabeda <maciej.rabeda@linux.intel.com>;
> Nickle Wang <nickle.wang@hpe.com>
> 主题: [edk2-devel] [PATCH] MdePkg/Include: Fix wrong spelling in http11.h
>
> BZ #3019, https://bugzilla.tianocore.org/show_bug.cgi?id=3019
>
> Fix wrong spelling of CHUNK_TRNASFER_* in HTTP11.h.
>
> Signed-off-by: Abner Chang <abner.chang@hpe.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> Cc: Jiaxin Wu <jiaxin.wu@intel.com>
> Cc: Siyuan Fu <siyuan.fu@intel.com>
> Cc: Wang Fan <fan.wang@intel.com>
> Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com>
> Cc: Nickle Wang <nickle.wang@hpe.com>
> ---
> MdePkg/Include/IndustryStandard/Http11.h | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/MdePkg/Include/IndustryStandard/Http11.h
> b/MdePkg/Include/IndustryStandard/Http11.h
> index 890bb6913b..220fba0bc4 100644
> --- a/MdePkg/Include/IndustryStandard/Http11.h
> +++ b/MdePkg/Include/IndustryStandard/Http11.h
> @@ -147,10 +147,10 @@
> ///
> #define HTTP_HEADER_TRANSFER_ENCODING "Transfer-Encoding"
> #define HTTP_HEADER_TRANSFER_ENCODING_CHUNKED "chunked"
> -#define CHUNKED_TRNASFER_CODING_CR '\r'
> -#define CHUNKED_TRNASFER_CODING_LF '\n'
> -#define CHUNKED_TRNASFER_CODING_LAST_CHUNK '0'
> -#define CHUNKED_TRNASFER_CODING_EXTENSION_SAPERATOR ';'
> +#define CHUNKED_TRANSFER_CODING_CR '\r'
> +#define CHUNKED_TRANSFER_CODING_LF '\n'
> +#define CHUNKED_TRANSFER_CODING_LAST_CHUNK '0'
> +#define CHUNKED_TRANSFER_CODING_EXTENSION_SEPARATOR ';'
>
> ///
> /// User Agent Request Header
> --
> 2.17.1
>
>
>
>
>
prev parent reply other threads:[~2020-10-27 6:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-26 5:51 [PATCH] MdePkg/Include: Fix wrong spelling in http11.h Abner Chang
2020-10-27 6:34 ` gaoliming [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='002c01d6ac2b$41ca0c60$c55e2520$@byosoft.com.cn' \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox