Remove getPendingBytes

This commit is contained in:
Gelareh Taban
2018-01-09 10:46:41 -06:00
parent a3e62e235a
commit da0f814bdb
@@ -62,18 +62,6 @@ public protocol TLSServiceDelegate {
///
func willSend(data: Data) throws -> Int
///
/// Gets the amount of data in the current TLS data record that is immediately
/// available for reading on a TLS connection.
/// This API is required since the TLS layer buffers data once it reads it from the connection
/// (e.g., socket) and decrypts it.
///
/// - Parameters:
///
/// - Returns the amount of data that TLS layer has buffered
///
func getPendingBytes() throws -> Int
///
/// Low level reader
///