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

bugfix: problem in import service with missing "Continue" keyword in the HTTP/1.1 100 header #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 9, 2020

  1. bugfix: when the server doesn't send the "Continue" keyword in the "H…

    …TTP/1.1 100" header, this header will not be stripped correctly.
    
    Then also the rest of the header will not be stripped correctly, but ends up in the response_body, which causes an expection
    when trying to convert the JSON data of the response_body.
    hboie committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    7d0ed3d View commit details
    Browse the repository at this point in the history