Skip to content

Commit 60d19a0

Browse files
author
Federico Fissore
committed
requests coming to YunServer do not start with a slash any more
1 parent 5f60509 commit 60d19a0

File tree

1 file changed

+0
-3
lines changed
  • hardware/arduino/avr/libraries/Bridge/examples/BridgeNew

1 file changed

+0
-3
lines changed

hardware/arduino/avr/libraries/Bridge/examples/BridgeNew/BridgeNew.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ void loop() {
4747
}
4848

4949
void process(YunClient client) {
50-
// discard the first slash '/' character from the URL
51-
client.read();
52-
5350
// read the command
5451
String command = client.readStringUntil('/');
5552

0 commit comments

Comments
 (0)