• Eric Roman's avatar
    Fix flakiness of FTP PAC tests. · 98a83013
    Eric Roman authored
    Use 0.0.0.1:1 in place of 0.0.0.0:8000 as the address of the proxy server.
    
    The test expects connections to the proxy server to fail - however connecting
    to the ANY address (0.0.0.0) can succeed.
    
    The new literal should fail consistently since:
      (1) 0.0.0.1 is a reserved IP address.
      (2) We disallow connections on TCP port 1.
    
    Bug: 996367
    Change-Id: I54ce278e75983110961da0cc49dd923decdd5ae2
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765662Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
    Commit-Queue: Eric Roman <eroman@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#689615}
    98a83013
bad_server.pac 66 Bytes