Make getNativeHandle public
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user