We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f648fca commit eb7b5afCopy full SHA for eb7b5af
src/http_client.cpp
@@ -125,6 +125,7 @@ bool HttpClient::sendJson(const JsonWriterStatic<JSON_WRITER_BUFFER_SIZE> &json)
125
client.print(" HTTP/1.1\r\n");
126
client.print("Host: ");
127
client.print(use_host ? host : ip.toString());
128
+ client.print(":");
129
client.print(port);
130
client.print("\r\n");
131
client.print("User-Agent: argon/0.0.1\r\n");
0 commit comments