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

Make Host header be always the first in requests #723

Merged
merged 3 commits into from Oct 16, 2020

Commits on Sep 25, 2020

  1. Make Host header be always the first in requests

    RFC 7230 5.4 tells that Host SHOULD be the first
    header sent.
    
    Some servers will refuse the request or redirect
    it indefinitely if the total HTTP content before
    the Host header is too large.
    andrepiske committed Sep 25, 2020
    Copy the full SHA
    75d5ce5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Copy the full SHA
    64b7565 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Copy the full SHA
    bc9fda1 View commit details
    Browse the repository at this point in the history