Top-Q / jsystem

JSystem is a professional open-source framework for writing and managing automated system tests.
http://www.jsystem.org/
Apache License 2.0
45 stars 48 forks source link

Release connection to Difido is not handled properly #378

Closed itaiag closed 6 months ago

itaiag commented 8 months ago

The release connection of each HTTP request was added to the handleResponseCode method. This is a mistake and it does not allow retrieve data from the response after the method is called. This should be done better.