<div>Two quick questions.</div>
<div>&nbsp;</div>
<div>Say that my client connects to a given server, say <a href="http://fourtytwo.com">fourtytwo.com</a> (after typing in <a href="http://fourtytwo.com">http://fourtytwo.com</a>)&nbsp;and requests a persistent connection by including the header &quot;Connection: Keep-Alive&quot;. Say that the server decides to honor the request. Now I type 
<a href="http://fourtytwo.com:7788">http://fourtytwo.com:7788</a> into my client. Since I&#39;m using persistent connections, the spec tells us to re-use the existing connection to <a href="http://fourtytwo.com">fourtytwo.com
</a>. However, this existing connection is to port 80, not port 7788! Should we be checking the port number when deciding whether to re-use a connection?</div>
<div>&nbsp;</div>
<div>Also, why oh why does the spec not allow for horizontal&nbsp;dashes ( - ) in a hostname? Lots of real domain names have them, and it&#39;s driven me crazy trying to test my client out in the &quot;real world&quot;, and finding that it can&#39;t connect to these real websites.
</div>
<div>&nbsp;</div>
<div>Thanks!</div>
<div>Jeremy Fleischman</div>