Message137092
Trying to send large bulk of data in MS Windows via non-blocking SSLSocket raises an exception but part of the data is delivered.
E.g.
ssl_socket.write(b"a" * 200000)
raises
ssl.SSLError: [Errno 3] _ssl.c:1126: The operation did not complete (write)
There is no way to get the sent bytes count which is essential in non-blocking communication.
ssl_socket.send() returns 0. This should be unified with posix behavior. |
|
| Date |
User |
Action |
Args |
| 2011-05-27 18:06:49 | dsiroky | set | recipients:
+ dsiroky |
| 2011-05-27 18:06:49 | dsiroky | set | messageid: <[email protected]> |
| 2011-05-27 18:06:48 | dsiroky | link | issue12197 messages |
| 2011-05-27 18:06:48 | dsiroky | create | |
|