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

linkcheck builder: begin using session-based HTTP requests #11340

Commits on Apr 11, 2023

  1. linkcheck builder: close streamed HTTP response objects when no respo…

    …nse-content reads are required
    jayaddison committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f538440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    524368f View commit details
    Browse the repository at this point in the history
  3. refactor: use requests.Response objects as context managers during li…

    …nkchecking
    
    This ensures that the close method of the response is called when the response variable goes out-of-scope
    jayaddison committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    9ec505f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c708cc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4eb7896 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95dd08a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    2aceccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a340b View commit details
    Browse the repository at this point in the history
  3. Revert "refactor: use requests.Response objects as context managers d…

    …uring linkchecking"
    
    This reverts commit 9ec505f.
    jayaddison committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    692fdef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fd82b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98df982 View commit details
    Browse the repository at this point in the history
  6. Revert "Fixup: close the response after an HTTP HEAD response is rece…

    …ived"
    
    This reverts commit 98df982.
    jayaddison committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    ec415ea View commit details
    Browse the repository at this point in the history
  7. Revert "Fixup: do not close the response before anchor-checking has b…

    …een performed"
    
    This reverts commit 6fd82b3.
    jayaddison committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    5769478 View commit details
    Browse the repository at this point in the history
  8. Revert "Revert "refactor: use requests.Response objects as context ma…

    …nagers during linkchecking""
    
    This reverts commit 692fdef.
    jayaddison committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    8269c6d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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

Commits on Apr 25, 2023

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

Commits on Apr 26, 2023

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

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    69a6828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fafefa View commit details
    Browse the repository at this point in the history
  3. tests: linkcheck builder: update test webserver handlers from HTTP/1.…

    …0 protocol (default) to HTTP/1.1
    jayaddison committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c6191a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    616c55b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2615fe4 View commit details
    Browse the repository at this point in the history
  6. tests: linkcheck: make_redirect_handler: send zero-valued content-len…

    …gth response header during redirects
    jayaddison committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    982f862 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6863bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01c250e View commit details
    Browse the repository at this point in the history
  9. tests: linkcheck: capture_headers_handler: relocate the (client) head…

    …er capture to before any server-side communication has been initiated by the handler
    
    (cherry picked from commit 4d485ae)
    jayaddison committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    bd2ed0b View commit details
    Browse the repository at this point in the history