]
Tom Jenkinson updated JBTM-2841:
--------------------------------
Fix Version/s: 5.next
(was: 5.7.0.Final)
HybridSocketEndpointQueue::_send() needs wrapper around
apr_socket_send()
-------------------------------------------------------------------------
Key: JBTM-2841
URL:
https://issues.jboss.org/browse/JBTM-2841
Project: JBoss Transaction Manager
Issue Type: Bug
Components: BlackTie
Reporter: Amos Feng
Assignee: Amos Feng
Fix For: 5.next
tpreturn() seems to non-block send without checking tranfer length.
It needs a wrapper of looping apr_socket_send() until all of the data write to the
socket.
similar like
[
stomp_write_buffer|https://github.com/jbosstm/narayana/blob/c035f66960d18...]