Feature #14320 ยป 0001-open-uri-clear-string-after-buffering.patch
| lib/open-uri.rb | ||
|---|---|---|
|
if options[:progress_proc] && Net::HTTPSuccess === resp
|
||
|
options[:progress_proc].call(buf.size)
|
||
|
end
|
||
|
str.clear
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
-
|
||