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

instrumentation/urllib3: fix urllib3 2.0.1+ crash with many args #2002

Merged
merged 1 commit into from Mar 13, 2024

Commits on Mar 12, 2024

  1. instrumentation/urllib3: fix urllib3 2.0.1+ crash with many args

    In c1dd69e we changed the logic of
    update_headers taking into account a new body arg before the one for
    headers.
    The problem is that HTTPConnectionPool.urlopen did not change at all,
    only HTTPConnectionPool.request did so the old login update_headers was
    fine.
    
    Fix elastic#1928
    xrmx committed Mar 12, 2024
    Copy the full SHA
    28a5d72 View commit details
    Browse the repository at this point in the history