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

Rewrite some http unit tests with fetch. #14149

Merged
merged 5 commits into from Nov 9, 2016
Merged

Rewrite some http unit tests with fetch. #14149

merged 5 commits into from Nov 9, 2016

Commits on Nov 9, 2016

  1. Rewrite test_load_should_decode_the_response_as_deflate_when_response…

    …_headers_have_content_encoding_deflate.
    Ms2ger committed Nov 9, 2016
  2. Rewrite test_load_should_decode_the_response_as_gzip_when_response_he…

    …aders_have_content_encoding_gzip.
    Ms2ger committed Nov 9, 2016
  3. Rewrite test_load_doesnt_send_request_body_on_any_redirect.

    Note that it is necessary to use POST here; using GET will cause an error in
    hyper, which enforces the rule that GET requests don't have a body.
    Ms2ger committed Nov 9, 2016
  4. Rewrite test_load_doesnt_add_host_to_sts_list_when_url_is_http_even_i…

    …f_sts_headers_are_present.
    Ms2ger committed Nov 9, 2016
You can’t perform that action at this time.