wininet: Fix the case of partial SSL reads from the peek buffer.

Robert Shearman rob at codeweavers.com
Wed Feb 21 11:11:57 CST 2007


Don't return FALSE for a partial read. Fall through to SSL_read and use 
the logic for partial reads there instead of having separate logic and 
recursively calling NETCON_recv.

(Based on a patch by Michael Moss.)
---
  dlls/wininet/netconnection.c |   20 ++++++--------------
  1 files changed, 6 insertions(+), 14 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 7beaa5a27c566b62dade438067837108ea81a931.diff
Type: text/x-patch
Size: 1642 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070221/3796c660/7beaa5a27c566b62dade438067837108ea81a931.bin


More information about the wine-patches mailing list