Page MenuHomeDevCentral

Improve support for multiple remote addresses
ClosedPublic

Authored by dereckson on May 13 2018, 18:48.
Tags
None
Referenced Files
F3114359: D1638.id4179.diff
Mon, Jun 17, 08:21
F3114014: D1638.id.diff
Mon, Jun 17, 05:58
F3113258: D1638.id4181.diff
Mon, Jun 17, 01:47
Unknown Object (File)
Sun, Jun 16, 03:41
Unknown Object (File)
Sat, Jun 15, 11:55
Unknown Object (File)
Sat, Jun 15, 08:51
Unknown Object (File)
Thu, Jun 13, 03:44
Unknown Object (File)
Thu, Jun 13, 03:44
Subscribers
None

Details

Summary

Currently, if a proxy declares more than one remote address,
the separator needed to be a comma.

But Squid documentation provides a syntax with spaces.

To provide a better support, this change explodes the IP address
with several delimiters, comma and whitespaces (\r \n \t \f and space).

Test Plan

New tests provided

Diff Detail

Repository
rKOT Keruald OmniTools
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.May 13 2018, 19:22
This revision was automatically updated to reflect the committed changes.