Skip to content

Minor cast problem in HTTPClient::sendHeader #1903

@miky2k

Description

@miky2k

Change
return (_tcp->write(header.c_str(), header.length()) == header.length());
to
return (_tcp->write((const unsigned char *)header.c_str(), header.length()) == header.length());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions