ChugR opened a new pull request #1177:
URL: https://github.com/apache/qpid-dispatch/pull/1177


   If the adaptor receives an EOS then it calls pn_raw_write_close. This
   sends a FIN to the raw connection peer.
   
   If the adaptor then continues to honor the RX window closure then it
   never reads data from the raw connection. Further, when the incoming
   TCP window is full then the TCP connection never returns the client's
   FIN and the connection is stuck open.
   
   This patch causes the adaptor to keep reading from an connection after
   a write_close has been effected.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to