-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on otp-21+ use uri_string to parse uri #93
Conversation
b99032d
to
d920130
Compare
lgtm except for https://travis-ci.org/github/elli-lib/elli/jobs/743673725. will plan to check on this tomorrow too |
Won't it always be the case that |
Looks like |
Seems like RFC 3986 doesn't specify, but that |
aaand. you already patched it 😄 erlang/otp#1840 |
Hah, I don't remember patching that 👍 Did you notice what is the earliest OTP with that patch? We should probably only use |
Looks like 22.0
👍 |
d920130
to
0679091
Compare
This also fixes shit because currently it seems to always be returning
undefined
for scheme and other properties.I'd also like to extend the request to include the rest of the information
uri_string:parse
can give -- likeuserinfo
.We should re-evaluate what OTP versions to retain support for.