diff options
author | Federico Fissore <f.fissore@arduino.cc> | 2013-07-03 11:26:30 +0200 |
---|---|---|
committer | Federico Fissore <f.fissore@arduino.cc> | 2013-07-03 11:26:30 +0200 |
commit | 296d8d1477215dbe410c216acd3ad3465de198f3 (patch) | |
tree | 30edccab7f19993ec9d659f3d6b1a8697e85c004 /libraries | |
parent | 14d5bec55903eb69352b812235052966090cbdb2 (diff) |
requests coming to YunServer do not start with a slash any more
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Bridge/examples/BridgeNew/BridgeNew.ino | 3 |
1 files changed, 0 insertions, 3 deletions
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('/'); |