- Improve callback to give context sensitive information about the
commitf5af18f05ff078a4117994a5fc8b39ee218c0722
authorRobert Shearman <rob@codeweavers.com>
Wed, 16 Nov 2005 11:21:41 +0000 (16 11:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 16 Nov 2005 11:21:41 +0000 (16 11:21 +0000)
treea020c2b7d7022aa7ef6a9d3cda9226d8276be679
parent9a7b9710c98208a1c7d2e6bee739967cd3215440
- Improve callback to give context sensitive information about the
  different statuses and print the thread ID that it was called from.
- Replace the busy waiting on the "goon" flag with an event.
- Replace hard coded numbers with more informative constants
  throughout the InternetReadFile test.
- Add tests for InternetReadFileExA.
- Fix the error value from calling InternetReadFile with a NULL handle
  as indicated by the test.
dlls/wininet/internet.c
dlls/wininet/tests/http.c