Skip to content
Permalink

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
Choose a base ref
...
head repository: swoole/library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 38 files changed
  • 3 contributors

Commits on May 19, 2021

  1. fix: Fix context data confusion (#54)

    * fix: Fix context data confusion
    
    * update
    sy-records committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b4517c6 View commit details
    Browse the repository at this point in the history
  2. Fix swoole/swoole-src#4176 (#104)

    Not only error case would reach here, so, check it.
    twose authored and sy-records committed May 19, 2021
    Configuration menu
    Copy the full SHA
    1bcc0ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    179d1c5 View commit details
    Browse the repository at this point in the history
  4. Remove .travis.yml

    sy-records committed May 19, 2021
    Configuration menu
    Copy the full SHA
    83154c1 View commit details
    Browse the repository at this point in the history
  5. Fix typo (#105)

    sy-records committed May 19, 2021
    Configuration menu
    Copy the full SHA
    82eebb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a16fc7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bc6e63 View commit details
    Browse the repository at this point in the history
  8. 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]>
    3 people committed May 19, 2021
    Configuration menu
    Copy the full SHA
    3c513f3 View commit details
    Browse the repository at this point in the history
  9. Fix typo

    Introduced in #76
    twose authored and sy-records committed May 19, 2021
    Configuration menu
    Copy the full SHA
    9e11de6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29a4019 View commit details
    Browse the repository at this point in the history
  11. 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
    sy-records committed May 19, 2021
    Configuration menu
    Copy the full SHA
    ba261ea View commit details
    Browse the repository at this point in the history
Loading