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: eggjs/egg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.24.0
Choose a base ref
...
head repository: eggjs/egg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.24.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 7, 2024

  1. fix: serverTimeout default to 0 (no timeout) (#5325)

    typo fix on onProtoPoisoning, should be 400 response
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **Bug Fixes**
    - Updated the response code for `Prototype-Poisoning` from `403` to
    `400`.
    
    - **Configuration Changes**
      - Changed the default server timeout setting to 0 (no timeout).
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    44ab507 View commit details
    Browse the repository at this point in the history
  2. Release 3.24.1

    [skip ci]
    
    ## [3.24.1](v3.24.0...v3.24.1) (2024-06-07)
    
    ### Bug Fixes
    
    * serverTimeout default to 0 (no timeout) ([#5325](#5325)) ([44ab507](44ab507))
    semantic-release-bot committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4a4d056 View commit details
    Browse the repository at this point in the history
Loading