<div dir="ltr">I&#39;m uploading files as &quot;multipart/form-data&quot; and using the FormParser as follows:<div><br></div><div><font face="monospace">FormParserFactory.builder().build().createParser(exchange).parse(nextHandler)</font></div><div><br></div><div>Sometimes this works fine, but very often my client shows progress up to a certain percentage complete (monitoring the AJAX request) and then just stops and never kicks to `nextHandler`, leaves the connection just sitting there forever, and the server seems to stop accepting any future connections.</div><div><br></div><div>Any idea what might be causing this?</div></div>