You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuweni.apache.org by GitBox <gi...@apache.org> on 2019/07/18 14:42:59 UTC

[GitHub] [incubator-tuweni] Happy0 opened a new pull request #26: Prevent it being possible to close streams more than once and add logging

Happy0 opened a new pull request #26: Prevent it being possible to close streams more than once and add logging
URL: https://github.com/apache/incubator-tuweni/pull/26
 
 
   This change makes sure a stream cannot be closed more than once as the protocol states that they should only be closed once from each end.
   
   In fact, closing the stream more than once can crash the nodejs version of the server at the moment: ssbc/muxrpc#49
   
   Additionally, I've added more debug logging to log outgoing requests, stream close messages and include the request numbers in the log statements.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org