Update uS, add AsyncSocket::getRemoteAddress()

This commit is contained in:
Alex Hultman
2019-03-03 07:40:44 +01:00
parent 35e6bad33b
commit 495ccfc076
5 changed files with 13 additions and 2 deletions
+2
View File
@@ -167,6 +167,8 @@ public:
/* Immediately terminate this Http response */
using Super::close;
using Super::getRemoteAddress;
/* Note: Headers are not checked in regards to timeout.
* We only check when you actively push data or end the request */