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:
parent
5f60509f23
commit
60d19a0907
@ -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('/');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user