-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21925/
-----------------------------------------------------------
Review request for qpid and Justin Ross.
Bugs: qpid-5773
https://issues.apache.org/jira/browse/qpid-5773
Repository: qpid
Description
-------
For bug QPID-4872, I modified both the receive path and the send path in the
transport code. Turns out only the send path is necessary - the original bug
will not present on the receive path (checked the python code and openssl
sources to confirm). The change to the receive path is actually less efficient
as some versions of python merely implement recv_into by allocating a temp
buffer and calling recv then doing a copy into the passed buffer!
This change reverts the recv side of QPID-4872.
Diffs
-----
Diff: https://reviews.apache.org/r/21925/diff/
Testing
-------
SSL unit tests.
Thanks,
Kenneth Giusti