From 296d8d1477215dbe410c216acd3ad3465de198f3 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Wed, 3 Jul 2013 11:26:30 +0200 Subject: requests coming to YunServer do not start with a slash any more --- libraries/Bridge/examples/BridgeNew/BridgeNew.ino | 3 --- 1 file changed, 3 deletions(-) (limited to 'libraries/Bridge') diff --git a/libraries/Bridge/examples/BridgeNew/BridgeNew.ino b/libraries/Bridge/examples/BridgeNew/BridgeNew.ino index 0f9f86a..efecda9 100644 --- a/libraries/Bridge/examples/BridgeNew/BridgeNew.ino +++ b/libraries/Bridge/examples/BridgeNew/BridgeNew.ino @@ -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('/'); -- cgit v1.2.3-18-g5258