PelionIoT / simple-mbed-cloud-client

Simple interface for Mbed Cloud Client - deprecated
Apache License 2.0
7 stars 21 forks source link

Remove extra space from GET request #94

Closed wajahat-abbas closed 5 years ago

wajahat-abbas commented 5 years ago

I have observed that in download test, sometimes server returns HTTP Bad Request due to double spaces in GET request format. I tried multiple times with single space and did not get any error. It is suggested to remove the extra space as normally there's only one space in GET request format.

@MarceloSalazar

0Grit commented 5 years ago

1 less byte too

MarceloSalazar commented 5 years ago

Tested and confirmed to fix the problem. Thanks!