Commit 06d2da8
committed
Bug fix: Host header bad setted, missing port
If the user is requesting a server using any port but 80, the
response from the server will have a wrong Location header, so the
client won't be able to use it.
According to the RFC the Host header is composed of hostname:port1 parent e692c12 commit 06d2da8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments