-
Notifications
You must be signed in to change notification settings - Fork 57
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: swoole/library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: swoole/library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.x
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 38 files changed
- 3 contributors
Commits on May 19, 2021
-
fix: Fix context data confusion (#54)
* fix: Fix context data confusion * update
Configuration menu - View commit details
-
Copy full SHA for b4517c6 - Browse repository at this point
Copy the full SHA b4517c6View commit details -
Fix swoole/swoole-src#4176 (#104)
Not only error case would reach here, so, check it.
Configuration menu - View commit details
-
Copy full SHA for 1bcc0ae - Browse repository at this point
Copy the full SHA 1bcc0aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 179d1c5 - Browse repository at this point
Copy the full SHA 179d1c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83154c1 - Browse repository at this point
Copy the full SHA 83154c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82eebb4 - Browse repository at this point
Copy the full SHA 82eebb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a16fc7 - Browse repository at this point
Copy the full SHA 9a16fc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bc6e63 - Browse repository at this point
Copy the full SHA 5bc6e63View commit details -
Handle cURL header names in case insensitive manner (#76)
* Make cURL headers case-insensitive As per RFC 2616 Section 4.2 HTTP headers should be case-insensitive. Some of the internal functions, such as `curl_setopt()` modify headers using their canonical name, such as `Content-Type`, `Cookie`, `Referer`, etc. However, using a canonical name might not always work properly, if the client has set a header name in the lower case, such as `content-type`, `referer` or upper case `CONTENT-TYPE`, `COOKIE` or any other mixture of letter casing. In order to fix this problem a new mapping beetwen the lower case header name representation and the actual header name is introduced and is now used when performing any header manipulations. * Remove redundant code * Remove empty header by setHeader() * Fix missing headers Co-authored-by: twosee <[email protected]> Co-authored-by: sy-records <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c513f3 - Browse repository at this point
Copy the full SHA 3c513f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e11de6 - Browse repository at this point
Copy the full SHA 9e11de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a4019 - Browse repository at this point
Copy the full SHA 29a4019View commit details -
Add curl write error msg (#75)
* Add curl write error msg * Fix callback function param error curl defaults to a resource handler, so it should be a Swoole\Curl\Handler object
Configuration menu - View commit details
-
Copy full SHA for ba261ea - Browse repository at this point
Copy the full SHA ba261eaView 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 master...4.4.x