muak / SvgImageSource

Custom ImageSource that will become able to show svg image for Xamarin.Forms
MIT License
62 stars 11 forks source link

fix Dispose of HttpResponseMessage after stream is used #6

Closed candidodmv closed 4 years ago

candidodmv commented 4 years ago

Solve the issue with same approach used by Xamarin.Forms team as can be found in the following link

https://github.com/xamarin/Xamarin.Forms/pull/7431/files

candidodmv commented 4 years ago

Solves the issue opened #5

muak commented 4 years ago

@candidodmv Thank you for your report and PR. I merged it.