Skip to content
Snippets Groups Projects
Commit 46250b46 authored by Maksim Tiushev's avatar Maksim Tiushev Committed by Alexander Turenko
Browse files

uri: fix parsing uppercased IPv6 addresses

Before this patch `uri.parse(<uri-string-with-ipv6-addres>)`
did not work correctly. In particular, it did not parse an
IPv6 address if it contained `A-F`. It is a regression caused
by commit 1376aad9 ("Refactor src/uri.rl to support RFC3986
and add Lua bindings").

This patch fixes a bug where characters `A-F` are not
supported in IPv6.

Part of #9556

NO_DOC=bugfix

(cherry picked from commit 2eefc56a3e08a60f0b71e33621be851794131546)
parent e05fe5fe
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment