wininet-Cleanup: Added various additional fixes for wininet header handling.

This commit is contained in:
Sebastian Lackner
2015-05-16 03:43:53 +02:00
parent 975564c566
commit 13effc62f8
3 changed files with 266 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -40,6 +40,7 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
handling, in preparation of various cleanup patches.
* Added patch to add HTTP Host header in HttpSendRequest instead of
HttpOpenRequest.
* Added various additional fixes for wininet header handling.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Removed patch to properly handle closing sockets during a select call