-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Testing: pr 11392 in combination with potential fixup from pr 11426 #11429
Closed
jayaddison
wants to merge
15
commits into
sphinx-doc:master
from
jayaddison:issue-11324-prep/linkcheck-tests-http-1.1-threadsharing-fixup-evaluation
Closed
Testing: pr 11392 in combination with potential fixup from pr 11426 #11429
jayaddison
wants to merge
15
commits into
sphinx-doc:master
from
jayaddison:issue-11324-prep/linkcheck-tests-http-1.1-threadsharing-fixup-evaluation
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…0 protocol (default) to HTTP/1.1
…ting the 'close_connection' handler attribute instead of calling connection.close Ref: https://docs.python.org/3/library/http.server.html#http.server.BaseHTTPRequestHandler.close_connection
…er capture to before any server-side communication has been initiated by the handler (cherry picked from commit 4d485ae)
…nnection after response body is written, since we do not anticipate the client will read it Ref: #11340 (comment)
…n 'requests'" This reverts commit b89450c.
… unit test and webserver handler threads
…remove-threadshared-variables
…shared-variables' into issue-11324-prep/linkcheck-tests-http-1.1-threadsharing-fixup-evaluation
Didn't intend to open this here, apologies. |
jayaddison
deleted the
issue-11324-prep/linkcheck-tests-http-1.1-threadsharing-fixup-evaluation
branch
May 19, 2023 14:31
jayaddison
restored the
issue-11324-prep/linkcheck-tests-http-1.1-threadsharing-fixup-evaluation
branch
May 19, 2023 14:34
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Using this branch to perform repeat continuous integration testing for potential flaky-test fix from #11426 that affects #11392.