- From: Rajakashi420 <notifications@github.com>
- Date: Fri, 10 Sep 2021 21:48:55 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 11 September 2021 04:49:07 UTC
> I'm not sure what if anything we need to write to handle complex cases like when `FindProxyForURL()` returns something like `"PROXY proxy:3128; PROXY proxy2:8080; DIRECT"`. In this case > > 1. Try `proxy:3128` for "example.com" > 2. If connection failed, try `proxy2:8080` for "example.com" > 3. If connection failed, do a host lookup on "example.com" > 4. Attempt connection to one or more of the IPs returned by the host lookup. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1259#issuecomment-917339798
Received on Saturday, 11 September 2021 04:49:07 UTC