mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
requests coming to YunServer do not start with a slash any more
This commit is contained in:
@ -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('/');
|
||||
|
||||
|
Reference in New Issue
Block a user