Code development platform for open source projects from the European Union institutions

Skip to content

resource leakage fix

Pierrick VANDENBROUCKE requested to merge github/fork/ibolcina/master into master

Created by: ibolcina

This is a fix to DSS-806 problem.

We were running DSS server for several days and we noticed lots of unclosed tcp connection. The root cause was that apache http client was not beeing closed.

Merge request reports