Add special handling for URL
-based variants of readValue()
(ObjectMapper, ObjectReader)
#3520
Labels
good first issue
Issue that seems easy to resolve and is likely a good candidate for contributors new to project
(note: offshoot of #3455 -- read for background)
It looks like JDK's
HttpURLConnection
has unfortunate handling of some error cases, leading to leakage of not-fully-closed HTTP connections under some error conditions. See #3455 for details.It seems like we might be able to handle some of those cases, specially
readValue()
variants ofObjectMapper
/ObjectReader
by using something like:(as suggested by @fxha -- thanks!)
The text was updated successfully, but these errors were encountered: