echeese opened this issue 13 years ago · 1 comments
I managed to fix it by adding if ( $this->port ) { $this->port = ':' . $this->port; } after $this->schemeBasedNormalization();
if ( $this->port ) { $this->port = ':' . $this->port; }
Thanks for the bug report. I've just committed a change that fixes this, along with a test case to confirm.