-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
connection_verbose
does not emit the response headers and body
#2278
Comments
Oh yes, that got left behind in the upgrade, as the Looking in the source, the problem is that hyper's |
Any news on this? If it is necessary to open a bug in the upstream I can open it myself without problems (although I am not very clear about what is missing). |
Hm, actually, this probably can be done without upstream support. Does #2454 work for you? |
Yes, perfectly. Using the same code as in my initial comment, it outputs the log without problems:
|
Given the following code:
If executed with
reqwest
v0.11.27 it outputs the response haeaders and body log correctly:But if run it with 0.12 it doesn't:
The truth is that I don't know if those two
TODO
lines it emits refer to this.The text was updated successfully, but these errors were encountered: