Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue 2485 which occur oom when using async servlet request. #3440

Merged
merged 4 commits into from
Aug 23, 2024

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    8bd2dc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Merge branch '1.8' of https://github.com/Linzyoo/Sentinel into fix-2485

    # Conflicts:
    #	sentinel-adapter/sentinel-spring-webmvc-adapter/src/main/java/com/alibaba/csp/sentinel/adapter/spring/webmvc/AbstractSentinelInterceptor.java
    #	sentinel-demo/sentinel-demo-spring-webmvc/src/main/java/com/alibaba/csp/sentinel/demo/spring/webmvc/config/InterceptorConfig.java
    Linzyoo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3e1e031 View commit details
    Browse the repository at this point in the history
  2. optimize imports

    Linzyoo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ec11cb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. 1. fix the same issue in the webmvc-v6x

    2. improve based on review comments
    Linzyoo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    22b6688 View commit details
    Browse the repository at this point in the history