<div dir="ltr">Thanks a lot Stuart!!<div><br></div><div>Good work you did in 1.4.x by removing alpn-boot</div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Aug 7, 2016 at 8:31 PM Stuart Douglas &lt;<a href="mailto:sdouglas@redhat.com">sdouglas@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">That exception is logged at debug level, and basically happens when an<br>
SSL connection is not closed cleanly. It can be safely ignored (in<br>
general anything under <a href="http://io.undertow.request.io" rel="noreferrer" target="_blank">io.undertow.request.io</a> can be ignored, as it<br>
basically means some kind of connection issue (such as the user<br>
closing the browser window) that you can likely do nothing about).<br>
<br>
In this case it is probably because if you use a self signed<br>
certificate on the first connection the browser will abort the<br>
connection, and display a warning/error page about the self signed<br>
cert. Once you add the exception it should not happen again.<br>
<br>
Stuart<br>
<br>
On Mon, Aug 8, 2016 at 7:20 AM, Edgar Espina &lt;<a href="mailto:espina.edgar@gmail.com" target="_blank">espina.edgar@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt;  I&#39;m playing with HTTP/2 and 1.4.0.Final and got a long stack trace on first<br>
&gt; request, after first request no exception is generated or logged it.<br>
&gt;<br>
&gt; You can reproduce this with a simple text response or with the HTTP/2<br>
&gt; directory listing example.<br>
&gt;<br>
&gt; Everything works as expected and exceptions are logged as debug not as<br>
&gt; error... but I would like to know if this is expected or normal, as I said<br>
&gt; everything works just got this ugly and log stack trace.<br>
&gt;<br>
&gt;  Thanks.<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; undertow-dev mailing list<br>
&gt; <a href="mailto:undertow-dev@lists.jboss.org" target="_blank">undertow-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/undertow-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/undertow-dev</a><br>
</blockquote></div>