ClosestStorm / v8cgi

Automatically exported from code.google.com/p/v8cgi
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Host header in http ClientRequest does not include the port number #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Per RFC 2616, the "Host" header of an HTTP request specifies the host AND port 
number of the resource being requested (if the port is not 80).

v8cgi's http ClientRequest presently does not include the port in the Host 
header.

Original issue reported on code.google.com by m...@dnanexus.com on 9 Feb 2012 at 3:12

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 9 Feb 2012 at 7:12

GoogleCodeExporter commented 9 years ago
Fixed in revision 1003.

Original comment by ondrej.zara on 9 Feb 2012 at 7:49