Re: AxisHttpConnectionImpl.java throws an ioexception when the client closes the connection

2025-05-07 Thread Nandika Jayawardana
Hi Robert, Thank you for the response. I will try to send a PR. Regards Nandika On Mon, 5 May 2025 at 19:40, robertlazarski wrote: > Thanks for bringing this up. I didn't know about this. > > That axis2 class was the hardest part of the httpclient5 migration. It > requires some time and frankl

Re: AxisHttpConnectionImpl.java throws an ioexception when the client closes the connection

2025-05-05 Thread robertlazarski
Thanks for bringing this up. I didn't know about this. That axis2 class was the hardest part of the httpclient5 migration. It requires some time and frankly courage I don't have this week. Anyone on this list can submit a Github PR as this lib is what makes axis2 possible more than just about any

AxisHttpConnectionImpl.java throws an ioexception when the client closes the connection

2025-04-30 Thread Nandika Jayawardana
Hi all, In [1] when a client with keep-Alive setting is closing the connection, an IO Exception is thrown, which is printed in the log as a warning message with the exception. I checked the http core5 code as mentioned in the method comment, and http core5 has decided to ignore this scenario and no