requests coming to YunServer do not start with a slash any more
This commit is contained in:
parent
2c91f4895e
commit
7c15bff6b6
|
@ -47,9 +47,6 @@ void loop() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void process(YunClient client) {
|
void process(YunClient client) {
|
||||||
// discard the first slash '/' character from the URL
|
|
||||||
client.read();
|
|
||||||
|
|
||||||
// read the command
|
// read the command
|
||||||
String command = client.readStringUntil('/');
|
String command = client.readStringUntil('/');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue