Re: 回复: [edk2-devel] [PATCH v3 0/5] Http Fixes (Take Two)

2022-04-11 Thread Maciej Rabeda
Patchset merged: https://github.com/tianocore/edk2/pull/2756 On 8 kwi 2022 11:07, Rabeda, Maciej wrote: Alright. Reviewed-by: Maciej Rabeda Merge soon. On 7 kwi 2022 14:55, Oliver Steffen wrote: On Thu, Apr 7, 2022 at 2:46 PM Rabeda, Maciej wrote: 1. In HttpResponseWorker():   if (A

Re: 回复: [edk2-devel] [PATCH v3 0/5] Http Fixes (Take Two)

2022-04-08 Thread Maciej Rabeda
Alright. Reviewed-by: Maciej Rabeda Merge soon. On 7 kwi 2022 14:55, Oliver Steffen wrote: On Thu, Apr 7, 2022 at 2:46 PM Rabeda, Maciej wrote: 1. In HttpResponseWorker(): if (AsciiStrnCmp (HttpHeaders, "HTTP/1.0", AsciiStrLen ("HTTP/1.0")) == 0) { DEBUG ((DEBUG_VERBOSE, "HT

Re: 回复: [edk2-devel] [PATCH v3 0/5] Http Fixes (Take Two)

2022-04-07 Thread Oliver Steffen
On Thu, Apr 7, 2022 at 2:46 PM Rabeda, Maciej wrote: > 1. In HttpResponseWorker(): > > if (AsciiStrnCmp (HttpHeaders, "HTTP/1.0", AsciiStrLen > ("HTTP/1.0")) == 0) { >DEBUG ((DEBUG_VERBOSE, "HTTP: Server version is 1.0. Setting > Connection close.\n")); >HttpInstance->Connect

Re: 回复: [edk2-devel] [PATCH v3 0/5] Http Fixes (Take Two)

2022-04-07 Thread Maciej Rabeda
Hi Gerd, Sorry, I can spare very little time for reviews these days... I am alright with the patch with two cosmetic changes. 1. In HttpResponseWorker():     if (AsciiStrnCmp (HttpHeaders, "HTTP/1.0", AsciiStrLen ("HTTP/1.0")) == 0) {   DEBUG ((DEBUG_VERBOSE, "HTTP: Server version is 1.0.

Re: 回复: [edk2-devel] [PATCH v3 0/5] Http Fixes (Take Two)

2022-04-07 Thread Gerd Hoffmann
On Wed, Mar 23, 2022 at 09:19:09AM +0800, gaoliming wrote: > Maciej, Jiaxin and Siyuan: > Can you help review this fix? Ping. Anything blocking the merge of these bugfixes? thanks, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online

回复: [edk2-devel] [PATCH v3 0/5] Http Fixes (Take Two)

2022-03-22 Thread gaoliming
Maciej, Jiaxin and Siyuan: Can you help review this fix? Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Oliver Steffen > 发送时间: 2022年3月22日 21:30 > 收件人: devel@edk2.groups.io > 抄送: maciej.rab...@linux.intel.com; jiaxin...@intel.com; > siyuan...@intel.com; kra...@redhat.com; Oliver S