Authors: Mike McCormack <mike@codeweavers.com>, Robert Shearman <rob@codeweavers...
commit48243e32b9221bd77635dc16fe1d8e61465a52fa
authorAlexandre Julliard <julliard@winehq.org>
Thu, 15 Jul 2004 18:57:32 +0000 (15 18:57 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 15 Jul 2004 18:57:32 +0000 (15 18:57 +0000)
treec0345d30d5aa14da86e42e19a197dc07a6726ee5
parent38603c4c9350931f42bf85cc524d0a3b53c3f43f
Authors: Mike McCormack <mike@codeweavers.com>, Robert Shearman <rob@codeweavers.com>
- Change the way that the response headers are reconstructed to reduce
  the chance of memory being incorrectly allocated.
- Return the correct error when a header is not found.
- remove all the response headers before receiving new ones so that we
  don't merge headers from two responses.
- Add extra standard fields.
- Split the status line into http version, status code and status text
  and store those in the response data, without using use a fake
  field.
dlls/wininet/http.c