You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by GitBox <gi...@apache.org> on 2020/05/07 12:46:31 UTC

[GitHub] [olingo-odata4] uujava opened a new pull request #67: Close http result on exceptions and when Odata Result closed

uujava opened a new pull request #67:
URL: https://github.com/apache/olingo-odata4/pull/67


   Current apache olingo implementation closes entire httpClient connection manager at the end of each odata response getBody method. 
   If one try to use HttpConnectionFactory to cache thread safe httpclient instance it start leaking http connections.
   
   This fix resolve this issue by closing  httpResponse objects properly.


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



[GitHub] [olingo-odata4] mibo merged pull request #67: Close http result on exceptions and when Odata Result closed

Posted by GitBox <gi...@apache.org>.
mibo merged pull request #67:
URL: https://github.com/apache/olingo-odata4/pull/67


   


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