Improve parsing of IPv6 addresses
Implement the following rules:
- Interpret [X]:Y as host=X port=Y, if Y is an integer
- Interpret X:Y as host=X port=Y, if Y is an integer and X contains no colon
- Interpret X:Y as host=X:Y port=default otherwise
Improve parsing of IPv6 addresses 1e8aeae15a30Unpublished Tags None Subscribers None
Description
Details
|