amitpahune / jain-sip

Automatically exported from code.google.com/p/jain-sip
0 stars 0 forks source link

NIO TLS channel reestablishes connection when stopping the listening point #102

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Establish TLS listening point
2.send some traffic through it
3.remove listening point

What is the expected output? What do you see instead?
it should be removed complely and channel clossed

What version of the product are you using? On what operating system?
Latest trunk

Please provide any additional information below.
Error is caused here :
http://code.google.com/p/jain-sip/source/browse/src/gov/nist/javax/sip/parser/Pi
peline.java#160

should be added
this.buffList.clear()

before notify all , otherwise it tries to send single clrf to other side

Original issue reported on code.google.com by oifa.yul...@gmail.com on 9 Apr 2013 at 9:26