Re: [edk2] [PATCH v3 1/2] NetworkPkg: Remove the hostname from the http request URL

2015-08-20 Thread Laszlo Ersek
On 08/20/15 08:17, Gary Ching-Pang Lin wrote: > On Thu, Aug 20, 2015 at 05:04:38AM +, Fu, Siyuan wrote: >> The patch is good, do you have access authority of edk2? Or I can help to >> commit this patch. >> >> Reviewed-by: Fu Siyuan >> > I don't have the access right. That would be great if yo

Re: [edk2] [PATCH v3 1/2] NetworkPkg: Remove the hostname from the http request URL

2015-08-19 Thread Gary Ching-Pang Lin
On Thu, Aug 20, 2015 at 05:04:38AM +, Fu, Siyuan wrote: > The patch is good, do you have access authority of edk2? Or I can help to > commit this patch. > > Reviewed-by: Fu Siyuan > I don't have the access right. That would be great if you can help me. Thanks, Gary Lin > > > > -Or

Re: [edk2] [PATCH v3 1/2] NetworkPkg: Remove the hostname from the http request URL

2015-08-19 Thread Fu, Siyuan
The patch is good, do you have access authority of edk2? Or I can help to commit this patch. Reviewed-by: Fu Siyuan -Original Message- From: Gary Ching-Pang Lin [mailto:g...@suse.com] Sent: Thursday, August 20, 2015 11:49 AM To: edk2-devel@lists.01.org Cc: Laszlo Ersek; Justen, Jord

[edk2] [PATCH v3 1/2] NetworkPkg: Remove the hostname from the http request URL

2015-08-19 Thread Gary Ching-Pang Lin
Per RFC7230, the URL must be a absolute-path when making a request directly to the server. Since proxy is not supported now, all requests to the HTTP driver are actually direct requests. This commit removes the scheme and the hostname from the URL in the http request if the URL is an absolute-URI s