willemdj / erlsom

XML parser for Erlang
GNU Lesser General Public License v3.0
264 stars 103 forks source link

strange use of http_uri:parse/1 in erlsom_lib:get_url/1 #73

Closed leoliu closed 4 years ago

leoliu commented 4 years ago

Any idea why there is a call to http_uri:parse/1 in erlsom_lib:get_url/1? I can't find anything similar in yaws_soap_lib.

http_uri is deprecated in OTP 23 so it would be good to get rid of it.

willemdj commented 4 years ago

Strange indeed... I removed it.