the-thing commented on PR #61:
URL: https://github.com/apache/mina/pull/61#issuecomment-5613458419

   Looks better now with additional timeout. We send SSL handshake messages now 
- so total 4 messages in SSL.
   
   1. Handshake ServerHello
   
   write_handshake_loop() - result HeapBuffer@69fcb628[...lim=1427...]
   ack WriteRequest: HeapBuffer@69fcb628[...]
   
   2. Handshake Finishe
   
   write_handshake_loop() - bytes-produced 1204, status OK, handshake FINISHED
   forward_events() - dispatching event SECURED
   ack WriteRequest: HeapBuffer@59b132f1[...]
   
   3. Test message "test-1"
   
   SERVER: ... write WriteRequest: test-1
   ack WriteRequest: HeapBuffer@5e462c04[...lim=45...]
   
   4. Closed
   
   receive_loop() - bytes-consumed 40, status CLOSED, handshake NEED_WRAP
   write_handshake_loop() - status CLOSED, handshake NOT_HANDSHAKING
   ack WriteRequest: HeapBuffer@5ff5fe15[...lim=40...]
   SERVER: Session ... closed


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

To unsubscribe, e-mail: [email protected]

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