<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="generator" content="pandoc" />
  <title></title>
  <style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<p>Hi j-b,</p>
<p>On 2017-03-02 20:02, Jean-Baptiste Kempf wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> Hello,

 On Thu, 2 Mar 2017, at 19:37, Filip Roséen wrote:</code></pre>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> The module assumes that the vlc_url_t populated by vlc_UrlParse always
 have an entry in vlc_url_t::psz_host, which is not the case for
 something such as "satip://:80".</code></pre>
</blockquote>
<pre><code> Sure, but I'd argue we should fail earlier then.
 This protocol is broken, we should only support very-narrow cases.</code></pre>
</blockquote>
<p>See attached patch for early abort instead of using –satip-host as fallback.</p>
</body>
</html>