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 14d5bec559
commit 296d8d1477
1 changed files with 0 additions and 3 deletions

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('/');