<div dir="ltr"><div class="gmail_extra"><font face="monospace, monospace">New work around...<br></font><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><p><font face="monospace, monospace">    httpc:set_options([{max_keep_alive_length, 0},<br></font></p><p><font face="monospace, monospace">                       {max_pipeline_length, 0}, </font></p><p><font face="monospace, monospace">                       {max_sessions, 0}]),</font></p>
<p><font face="monospace, monospace"><br></font></p>
<p><font face="monospace, monospace">The problem manifests itself regardless of the options</font></p></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><p><font face="monospace, monospace">(httpc:setoptions/1) used - or not used. I chose the </font></p></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><p><font face="monospace, monospace">ones that I did to try to eliminate code-paths involved.</font></p></div></blockquote><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">The problem disappeared when I add {"connection", "close"} to</font></div><div><font face="monospace, monospace">the header which:</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">1) reinforces my belief that the offending code path is the </font></div><div><font face="monospace, monospace">one outlined </font><span style="font-family:monospace,monospace">in my original post; and,</span></div><div><span style="font-family:monospace,monospace"><br></span></div><div><font face="monospace, monospace">2) gives an alternative to backing down to http 1.0</font></div><div><br></div><div><br></div><div><br></div></div></div></div>