> Revision: 2401 > Author: dbaelde > > Log Message: > ----------- > Added http to the list of protocols supported by the ocaml-fetch-based > resolver. […] > - Request.static = true } ) ["ftp"; "smb"] > + Request.static = true } ) ["http"; "ftp"; "smb"]
Why not to use ‘Ocaml-fetch.supported_protocols ()’ ? This would decorelate compatible versions of ocaml-fetch and liquidsoap, won't it ? Bye, Gim.
