Re: [3/3] wininet: Add missing empty line to end of headers list

2009-06-05 Thread Alexandre Julliard
Jason Green writes: > Hi Alexandre, > > Here's the response from the patch author, Eric van Beurden: > > This check was added because the login server for one of our games was > sending a final line that either contained only whitespace or was received > as an empty string and that was being disc

Re: [3/3] wininet: Add missing empty line to end of headers list

2009-06-05 Thread Jason Green
On Fri, Jun 5, 2009 at 6:21 AM, Alexandre Julliard wrote: > Jason Green writes: > >> @@ -4265,6 +4265,24 @@ static INT HTTP_GetResponseHeaders(LPWININETHTTPREQW >> lpwhr, BOOL clear) >>       } >>      }while(1); >> >> +    /* make sure the response header is terminated with an empty line.   >> S

Re: [3/3] wininet: Add missing empty line to end of headers list

2009-06-05 Thread Alexandre Julliard
Jason Green writes: > @@ -4265,6 +4265,24 @@ static INT HTTP_GetResponseHeaders(LPWININETHTTPREQW > lpwhr, BOOL clear) > } > }while(1); > > +/* make sure the response header is terminated with an empty line. Some > apps really > + truly care about that empty line being t