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

Fix device/test_http_client tests #5309

Merged
merged 5 commits into from
Nov 7, 2018

Commits on Nov 5, 2018

  1. update HTTPClient API usage

    skip the second POST as end() has different semantics and nulls the client pointer
    use bearssl in ssl tests
    add delay in python side when shutting down http web server so MacOS does not complain about address already in use
    liebman committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    e68824c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    891cc80 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. fix crash if GET/POST was called after end() without a new begin()

    update double POST test to insure no crash if POST called after end()
    test now are for both AxTLS and BearSSL
    liebman committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    a2304d4 View commit details
    Browse the repository at this point in the history
  2. fix small comment typo

    liebman committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    317316e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12c3be8 View commit details
    Browse the repository at this point in the history