Page MenuHomeDevCentral

Improve support for multiple remote addresses
ClosedPublic

Authored by dereckson on May 13 2018, 18:48.
Tags
None
Referenced Files
F2829775: D1638.id4179.diff
Fri, Apr 19, 09:42
F2827851: D1638.id4181.diff
Fri, Apr 19, 01:41
Unknown Object (File)
Sun, Apr 14, 22:18
Unknown Object (File)
Wed, Apr 10, 09:41
Unknown Object (File)
Wed, Apr 10, 09:41
Unknown Object (File)
Tue, Apr 9, 12:04
Unknown Object (File)
Sat, Apr 6, 12:22
Unknown Object (File)
Fri, Apr 5, 12:57
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.