Uh oh!
There was an error while loading. Please reload this page.
Version 0.13.0.dev2 - #941
Merged
Merged
Conversation
lovelydinosaur
marked this pull request as ready for review
May 12, 2020 09:04
ContributorAuthor
Intent is to promote this to 0.13 on Monday 18th May, 2020. |
yeraydiazdiaz
approved these changes
May 12, 2020
lovelydinosaur
commented
May 12, 2020
ContributorAuthor
Looks like we've got ourselves a flaky test. |
lovelydinosaur
commented
May 12, 2020
ContributorAuthor
Failed on 3.6 on this run... https://github.com/encode/httpx/runs/666405754 |
yeraydiazdiaz
commented
May 12, 2020
Contributor
Huh, that's the first time I've seen that. Do recall it failing before @tomchristie@florimondmanca ? |
lovelydinosaur
commented
May 12, 2020
ContributorAuthor
Nyope. |
lovelydinosaur
commented
May 12, 2020
ContributorAuthor
Succeeded this time. I may as well get this in, but probably needs work. |
lovelydinosaur
commented
May 12, 2020
ContributorAuthor
lovelydinosaur
commented
May 12, 2020
ContributorAuthor
Note to self. Our 0.13 release should...
|
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
0.13.0.dev2 (May 12th, 2020)
The 0.13.0.dev2 is a pre-release version. To install it, use
pip install httpx --pre.Added
and TRACE level logging. (HTTPCore Pull Support thread-pooled dispatch #79)
Fixed
app=<ASGI app>observe neater disconnect behaviour instead of sending empty body messages. (Pull ASGI: Wait for response to complete before sending disconnect message #919)