harlequin-tech / WiFlyHQ

WiFly RN-XV Arduino Library
Other
110 stars 68 forks source link

close fails when the other side closes the connection #51

Closed chrwei closed 8 years ago

chrwei commented 8 years ago

when calling close(), it flushes, then issues and checks for CLOS*. on connections where the server automatically closes, such as http 1.0, this causes the close the fail when it should be a success.

I have fixed in my branch, but a pull won't go unless the formatting pull is merged first.

chrwei commented 8 years ago

fixed by PR #60