Skip to content
Snippets Groups Projects
  • Daniel Stenberg's avatar
    8665d4e5
    parse_remote_port: ignore colons without port number · 8665d4e5
    Daniel Stenberg authored
    Obviously, browsers ignore a colon without a following port number. Both
    Firefox and Chrome just removes the colon for such URLs. This change
    does not remove the colon for URLs sent over a HTTP proxy, so we should
    consider doing that change as well.
    
    Reported by: github user 'kreshano'
    8665d4e5
    History
    parse_remote_port: ignore colons without port number
    Daniel Stenberg authored
    Obviously, browsers ignore a colon without a following port number. Both
    Firefox and Chrome just removes the colon for such URLs. This change
    does not remove the colon for URLs sent over a HTTP proxy, so we should
    consider doing that change as well.
    
    Reported by: github user 'kreshano'