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

Movable HTTPClient and fixing WiFiClient copy #8237

Merged
merged 10 commits into from
Oct 13, 2021

Commits on Jul 24, 2021

  1. HTTPClient: refactor constructors and operator=

    - =default for default ctor, move ctor and the assignment move
    - proxy wificlient through a helper class that handles the pointer
    - replace headers pointer array with unique_ptr<T[]> to simplify the move operations
    - substitue userAgent with the default one when it is empty
    mcspr committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    9e74561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e26755 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    bf8d804 View commit details
    Browse the repository at this point in the history
  2. ...but make sure to call the actual copy ctor of the object

    so wificlientsecure : public wificlient copy does not slice us back
    to a basic wificlient
    mcspr committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    f681e0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be173ce View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. proofreading

    mcspr committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    5cded43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e503d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

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

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    5a18be1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    0f646db View commit details
    Browse the repository at this point in the history