wininet: HTTP_Connect should fail if a NULL or empty hostname is passed in.
commit59ab0cf362d764f978ab2c6d291b647e00a7c8ba
authorRob Shearman <rob@codeweavers.com>
Thu, 31 Jan 2008 14:47:25 +0000 (31 14:47 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 4 Feb 2008 12:04:34 +0000 (4 13:04 +0100)
treef35cc6ec4223e98c2c74d7822cac50c5569ad4f0
parentb7f3ee51b1894b956018f0c97a16546bb23a8a1f
wininet: HTTP_Connect should fail if a NULL or empty hostname is passed in.

Add tests for these circumstances.
dlls/wininet/http.c
dlls/wininet/tests/http.c