Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
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: BattlefieldRedux/StatsPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: startersclan/StatsPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 7, 2022

  1. Fix (python): Fix miniclient.http_get() causing nginx to fail with 499

    `499` happens on `nginx` when the client closes the connection before `nginx` replies. See: https://stackoverflow.com/questions/12973304/possible-reason-for-nginx-499-error-codes
    
    The solution is to close the connection after the response is received from the server.
    leojonathanoh committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    308b593 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from startersclan/fix/python-fix-miniclient.htt…

    …p-get-causing-nginx-to-fail-with-499
    
    Fix (python): Fix miniclient.http_get() causing nginx to fail with `499`
    leojonathanoh authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    a99eec5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    176de4d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from startersclan/fix/python-fix-http-library-t…

    …o-support-chunked-responses
    
    Fix (python): Fix http library to support chunked responses
    leojonathanoh authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    b21652e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Fix (python): Fix regression in miniclient.http_get() to read full …

    …response body if `Content-Length` or `Transfer-Encoding` HTTP Headers are absent
    
    This fixes a critical regression that causes the BF2 server to not process stats if the ASP webserver does not respond with `Content-Length` or `Transfer-Encoding` HTTP Headers.
    
    Fixes regression in #2.
    leojonathanoh committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    deab8a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from startersclan/fix/python-fix-regression-in-…

    …miniclient.http-get-to-read-full-response-body-if-content-length-or-transfer-encoding-http-headers-are-absent
    
    Fix (python): Fix regression in `miniclient.http_get()` to read full response body if `Content-Length` or `Transfer-Encoding` HTTP Headers are absent
    leojonathanoh authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    13fd579 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

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

Commits on Mar 4, 2023

  1. Merge pull request #4 from startersclan/feature/ci-add-github-workflows

    Feature (ci): Add github workflows
    leojonathanoh authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    3a6df8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3de2f5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from startersclan/enhancement/ci-add-change-lab…

    …el-to-release-drafter.yml
    
    Enhancement (ci): Add `change` label to `release-drafter.yml`
    leojonathanoh authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    5497f4b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    9ba74a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from startersclan/docs/add-notice-about-moving-…

    …files-to-asp
    
    Docs: Add notice about moving files to ASP
    leojonathanoh authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    487d6df View commit details
    Browse the repository at this point in the history
Loading