commit | a15378e0730fa0af0a11be512f19acc50d0f1a84 | [log] [tgz] |
---|---|---|
author | Mark Salisbury <mark.salisbury@hp.com> | Wed Jun 20 00:14:17 2012 +0200 |
committer | Yang Tse <yangsita@gmail.com> | Wed Jun 20 00:16:40 2012 +0200 |
tree | 14f98b56d03e134b876d9d3d78c922b047e5f3e4 | |
parent | 7d2abe27ddf5b5aa0edeb619ef95db6fc2c98afe [diff] |
schannel SSL: Made send method handle unexpected cases better Implemented timeout loop in schannel_send while sending data. This is as close as I think we can get to write buffering; I put a big comment in to explain my thinking. With some committer adjustments