HttpQueryInfo returns buffer length including null terminator on
commit4385d305e17ab78fc48d8908023e92083632764e
authorRobert Shearman <rob@codeweavers.com>
Wed, 21 Jul 2004 21:17:03 +0000 (21 21:17 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 21 Jul 2004 21:17:03 +0000 (21 21:17 +0000)
tree3cc52d4d0283e5b33056d9c0b8f10e366afae5ec
parent8f6545cbcf48c0b62e17056aa7add11064dfe928
HttpQueryInfo returns buffer length including null terminator on
insufficient buffer length and buffer length excluding null terminator
on success:
- Fix HTTP_HttpQueryInfoW for these semantics.
- Fix HttpQueryInfoA to correctly copy the null terminator in the call
  to WideCharToMultiByte.
dlls/wininet/http.c