wininet: Handle HTTP_QUERY_CUSTOM.
commit7bca41a739a1f1bfb4f83ebea46355ac94b902b0
authorAric Stewart <aric@codeweavers.com>
Thu, 8 Dec 2005 11:44:45 +0000 (8 12:44 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 8 Dec 2005 11:44:45 +0000 (8 12:44 +0100)
treec9e5eb06da14d0e8648b7cc7fb7381bed35c3532
parentc7a59d117a12d68c504e9486895f0720c0a46953
wininet: Handle HTTP_QUERY_CUSTOM.
In HttpQueryInfo if dwInfoLevel includes HTTP_QUERY_CUSTOM then
lpBuffer is In/Out because the header we are querying is there.
Additionally standard headers can be queried in this manner as well
(such as Set-Cookie).
dlls/wininet/http.c