This repository was archived by the owner on Jan 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 198
Validate ipv6 support #172
Merged
Lukasa
merged 15 commits into
python-hyper:development
from
fredthomsen:validate_ipv6_support
Nov 18, 2015
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
4f23977
Add utility function to properly handle and split hostnames and IPs f…
fredthomsen 4ec8b83
Change http11 and http20 constructors to use new utility function for…
fredthomsen 4a2aeea
Update CLI to use new utility function
fredthomsen e6031a9
Add host and proxy ipv6 test cases
fredthomsen f3505e1
Fix syntax errors and import issues
fredthomsen d6b7ccc
Fix to_host_port_tuple to resolve test case issues
fredthomsen 7016773
Change to_host_port_tuple to use regex and update default port
fredthomsen 54fc80c
Fix test case to match updated default port in to_host_port_tuple
fredthomsen 63b1a6f
Vendor rfc3986 package
fredthomsen 4fff8b4
Add rfc986 licensing information to its directory and NOTICES file
fredthomsen a4480c1
Use URIReference in to_host_port_tuple
fredthomsen b779e33
to_host_port_tuple should strip bracket for IPv6 addresses for return…
fredthomsen b6f3060
Update test cases to reflect that ipv6 addresses must be surrounded b…
fredthomsen 3b0ac19
Make changes specified in code review
fredthomsen e8dd399
Add rfc3986 package to setup list
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change http11 and http20 constructors to use new utility function for…
… host and proxy
- Loading branch information
commit 4ec8b836a26ef8de3d57d2c5c6f1f4213dfa2cc0
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's be explicit about the default port here too.