enonic / lib-http-client

Http Client Library for Enonic XP.
Apache License 2.0
0 stars 4 forks source link

Thread leak #114

Closed rymsha closed 2 years ago

rymsha commented 2 years ago

Due to the issue https://github.com/mizosoft/methanol/issues/59 there is a Thread leak, that slowly uses all avalbabe thread resources in the system causing java.lang.OutOfMemoryError: unable to create native thread

rymsha commented 2 years ago

Hopefully we can remove connectTimeout and rely only on headersTimeout as it seems that headersTimeout timer starts ticking before the connection is established.