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

Create a new pull request by comparing changes #103

Merged
merged 1 commit into from Sep 8, 2021

Commits on Sep 7, 2021

  1. Caseless header comparing in HTTP adapter. (#2880)

    * Caseless header comparing in HTTP adapter.
    
    It was adding User-Agent and removing Authorization, but only when
    existing headers had the exact right casing. Node uses caseless logic
    when managing headers.
    
    This was causing some requests to have `User-Agent` appended to the
    headers object and overriding provided agent strings.
    
    Also included is an update to not override the `Content-Length` if it
    was already defined in the options. It can be desirable to manually
    specify a content length that does not match the data on hand.
    Especially for testing.
    
    * Fix eslint error
    
    * fixup: update state UA logic
    
    Play nice with #3703
    
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    mastermatt and jasonsaayman committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    f3ca637 View commit details
    Browse the repository at this point in the history