Attention is currently required from: pespin.
1 comment:
File src/rest_server.erl:
Patch Set #1, Line 275: %% parse address/port from a string like "192.168.1.1-36412"
why are we using this format? why not usual ":" to separate IP and port? (and "[ipv6]:port" for ipv6 […]
I don't remember why I choose `addr-port` over `addr:port`. Perhaps because `:` is already used for separating the selector and value in `#/components/parameters/MmeId`. Let's see if I can quickly rework it to use `:` instead, before it's implemented.
To view, visit change 42429. To unsubscribe, or for help writing mail filters, visit settings.