-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
URL querystring missing in tracer #5432
Comments
@DurandA |
@vadimber18 Thanks. I replaced the example with |
@vadimber18 Yes, |
🐞 Describe the bug
The URL querystring is not propagated to
params.url
in tracer callbacks.💡 To Reproduce
💡 Expected behavior
parms.url
should contain the query string (e.g.http://httpbin.org/get?key1=value1&key2=value2
).📋 Your version of the Python
Python 3.8.5
📋 Your version of the aiohttp/yarl/multidict distributions
aiohttp 3.6.2
multidict 4.7.6
yarl 1.6.3
The text was updated successfully, but these errors were encountered: