Re: [edk2-devel] Http redirection handling using HttpDxe driver

2020-08-31 Thread Michael Turner via groups.io
The workaround we used was to open and close a new connection for every URL. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#64868): https://edk2.groups.io/g/devel/message/64868 Mute This Topic: https://groups.io/mt/76459258/21656 Group Ow

Re: [edk2-devel] Http redirection handling using HttpDxe driver

2020-08-29 Thread Vladimir Olovyannikov via groups.io
> -Original Message- > From: Sean Brogan > Sent: Friday, August 28, 2020 8:40 PM > To: devel@edk2.groups.io; vladimir.olovyanni...@broadcom.com; Rabeda, > Maciej > Cc: Laszlo Ersek > Subject: Re: [edk2-devel] Http redirection handling using HttpDxe driver > >

Re: [edk2-devel] Http redirection handling using HttpDxe driver

2020-08-28 Thread Sean
I think this is the similar to issue 1674 which was reported in early 2019. https://bugzilla.tianocore.org/show_bug.cgi?id=1674 I'll check internally to find out what we ended up doing to work around it. I think we closed the socket and opened a new one. This was less than ideal and is not in

Re: [edk2-devel] Http redirection handling using HttpDxe driver

2020-08-28 Thread Vladimir Olovyannikov via groups.io
> -Original Message- > From: Rabeda, Maciej > Sent: Friday, August 28, 2020 8:27 AM > To: Vladimir Olovyannikov > Cc: devel@edk2.groups.io > Subject: Re: Http redirection handling using HttpDxe driver > > Hi Vladimir, > > I got your message, I will look into it next week. > Have a great w

Re: [edk2-devel] Http redirection handling using HttpDxe driver

2020-08-28 Thread Maciej Rabeda
Hi Vladimir, I got your message, I will look into it next week. Have a great weekend! Maciej On 27-Aug-20 21:23, Vladimir Olovyannikov wrote: Hi Maciej, I would like to get your input (and the HttpDxe driver guys) on the issue I see with Http redirection (using HttpDynamicCommand) Basically,

[edk2-devel] Http redirection handling using HttpDxe driver

2020-08-27 Thread Vladimir Olovyannikov via groups.io
Hi Maciej, I would like to get your input (and the HttpDxe driver guys) on the issue I see with Http redirection (using HttpDynamicCommand) Basically, let's say that we connect to a server "server.com" Request: GET / HTTP/1.1 Host: server.com Reply: HTTP/1.1 301 Moved permanently Location: www.s