As the following code: [https://github.com/request/request/blob/bbb3a0bbbe173342de8462a2171765a39681b248/request.js#L294](https://github.com/request/request/blob/bbb3a0bbbe173342de8462a2171765a39681b248/request.js#L294) If URI is "http://myhost:80/path", header field "host" will be set as "myhost:80". Is it correct? Note: before commit ff6d6c6e7a3b2c36618b5d1db662e10c929696e3, "host" header field will be set as "myhost"
As the following code:
request/request.js
Line 294 in bbb3a0b
If URI is "http://myhost:80/path", header field "host" will be set as "myhost:80".
Is it correct?
Note: before commit ff6d6c6, "host" header field will be set as "myhost"