-
Notifications
You must be signed in to change notification settings - Fork 330
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: hyperium/http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.19
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hyperium/http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.21
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 8 files changed
- 5 contributors
Commits on Nov 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 82d53db - Browse repository at this point
Copy the full SHA 82d53dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f1ae1 - Browse repository at this point
Copy the full SHA 32f1ae1View commit details
Commits on Nov 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 81ceb61 - Browse repository at this point
Copy the full SHA 81ceb61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ffe094 - Browse repository at this point
Copy the full SHA 8ffe094View commit details -
Fix parsing of long host with no scheme (#351)
This change fixes an issue where an URI with no scheme, a host part with a length greater than the max for a scheme, while only consisting of valid characters for a scheme would fail to parse. Rather than assuming the string being parsed is meant to contain a scheme and returning an error if the max length for a scheme is met, we instead extract the scheme part if it exists and validate its length. The trade-off is worse performance in the error case of a scheme that is too long.
Configuration menu - View commit details
-
Copy full SHA for d3cae7c - Browse repository at this point
Copy the full SHA d3cae7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6856193 - Browse repository at this point
Copy the full SHA 6856193View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b07ee4 - Browse repository at this point
Copy the full SHA 6b07ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a5b64d - Browse repository at this point
Copy the full SHA 4a5b64dView commit details
Commits on Dec 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0cbcc1e - Browse repository at this point
Copy the full SHA 0cbcc1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6443bdb - Browse repository at this point
Copy the full SHA 6443bdbView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.19...v0.1.21