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

enable more tests for hyper #7889

Closed
wants to merge 6 commits into from
Closed

enable more tests for hyper #7889

wants to merge 6 commits into from

Commits on Oct 21, 2021

  1. test207: accept a different error code for hyper

    It returns HYPERE_UNEXPECTED_EOF for this case which we convert to the
    somewhat generic CURLE_RECV_ERROR.
    bagder committed Oct 21, 2021
    Copy the full SHA
    0bf43ae View commit details
    Browse the repository at this point in the history
  2. DISABLED: enable test 209+213 for hyper

    Follow-up to 823d3ab
    bagder committed Oct 21, 2021
    Copy the full SHA
    d495401 View commit details
    Browse the repository at this point in the history
  3. c-hyper: make test 217 run

    bagder committed Oct 21, 2021
    Copy the full SHA
    b95d2e3 View commit details
    Browse the repository at this point in the history
  4. test262: don't attempt with hyper

    This test verifies that curl works with binary zeroes in HTTP response
    headers and hyper refuses such. They're not kosher http.
    bagder committed Oct 21, 2021
    Copy the full SHA
    4c6e7db View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. hyper: does not support disabling CURLOPT_HTTP_TRANSFER_DECODING

    Simply because hyper doesn't have this ability. Mentioned in docs now.
    
    Skip test 326 then
    bagder committed Oct 22, 2021
    Copy the full SHA
    b998b3f View commit details
    Browse the repository at this point in the history
  2. c-hyper: don't abort CONNECT responses early when auth-in-progress

    ... and make sure to stop ignoring the body once the CONNECT is done.
    
    This should make test 206 work proper again and not be flaky.
    bagder committed Oct 22, 2021
    Copy the full SHA
    b360df3 View commit details
    Browse the repository at this point in the history