1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

requests coming to YunServer do not start with a slash any more

This commit is contained in:
Federico Fissore 2013-07-03 11:26:30 +02:00
parent 5f60509f23
commit 60d19a0907

View File

@ -47,9 +47,6 @@ void loop() {
}
void process(YunClient client) {
// discard the first slash '/' character from the URL
client.read();
// read the command
String command = client.readStringUntil('/');