Make getNativeHandle public

This commit is contained in:
Alex Hultman
2020-06-20 23:45:30 +02:00
parent aac11b07fb
commit 1a2c5a9527
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -287,8 +287,10 @@ public:
/* Immediately terminate this Http response */
using Super::close;
/* See AsyncSocket */
using Super::getRemoteAddress;
using Super::getRemoteAddressAsText;
using Super::getNativeHandle;
/* Note: Headers are not checked in regards to timeout.
* We only check when you actively push data or end the request */
+1
View File
@@ -51,6 +51,7 @@ public:
using Super::getBufferedAmount;
using Super::getRemoteAddress;
using Super::getRemoteAddressAsText;
using Super::getNativeHandle;
/* Simple, immediate close of the socket. Emits close event */
using Super::close;