Andrew Stitcher created PROTON-2338:
---------------------------------------

             Summary: Allow proactor raw connections to be half closed
                 Key: PROTON-2338
                 URL: https://issues.apache.org/jira/browse/PROTON-2338
             Project: Qpid Proton
          Issue Type: Improvement
          Components: proton-c
            Reporter: Andrew Stitcher


The current API for raw connections only allows the connection to be fully 
closed

One of the applications for this API is to proxy existing connections. These 
connections can be half closed (ie the remote end could call {{shutdown(fd , 
SHUT_RD)}} on their end in which case the proxy should do the same to its 
proxied connection.

This is currently impossible with the existing API. So it is necessary to 
introduce APIs for half closing for both read and write.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to