You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/07/13 22:25:13 UTC

[GitHub] [trafficserver] shinrich commented on issue #6999: Assertion in

shinrich commented on issue #6999:
URL: https://github.com/apache/trafficserver/issues/6999#issuecomment-657823685


   It is a SSLNetVConnection.  There are a couple ways at the SSLNetVConnection::load_buffer_and_write could return 0.
   
   First off, the SSL_write returns 0 and err is SSL_ERR_NONE.  This could happen if the number of bytes passed into SSL_write is 0.  That could happen if the current block is of size 0 in the buffer argument.
   
   I'm setting the assert to an ink_release_assert and creating a build to test in our environment.  To try and narrow in more to what is happening.


----------------------------------------------------------------
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