-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: BattlefieldRedux/StatsPython
base: master
head repository: startersclan/StatsPython
compare: master
- 12 commits
- 4 files changed
- 1 contributor
Commits on Oct 7, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 308b593 - Browse repository at this point
Copy the full SHA 308b593View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for a99eec5 - Browse repository at this point
Copy the full SHA a99eec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 176de4d - Browse repository at this point
Copy the full SHA 176de4dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b21652e - Browse repository at this point
Copy the full SHA b21652eView commit details
Commits on Jan 21, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for deab8a5 - Browse repository at this point
Copy the full SHA deab8a5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 13fd579 - Browse repository at this point
Copy the full SHA 13fd579View commit details
Commits on Jan 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e66e359 - Browse repository at this point
Copy the full SHA e66e359View commit details
Commits on Mar 4, 2023
-
Merge pull request #4 from startersclan/feature/ci-add-github-workflows
Feature (ci): Add github workflows
Configuration menu - View commit details
-
Copy full SHA for 3a6df8b - Browse repository at this point
Copy the full SHA 3a6df8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3de2f5 - Browse repository at this point
Copy the full SHA b3de2f5View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 5497f4b - Browse repository at this point
Copy the full SHA 5497f4bView commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ba74a8 - Browse repository at this point
Copy the full SHA 9ba74a8View commit details -
Merge pull request #6 from startersclan/docs/add-notice-about-moving-…
…files-to-asp Docs: Add notice about moving files to ASP
Configuration menu - View commit details
-
Copy full SHA for 487d6df - Browse repository at this point
Copy the full SHA 487d6dfView commit details
There are no files selected for viewing