mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
LibTLS: Remove unused methods
Affected methods are: - can_read_line - can_read - read_line
This commit is contained in:
parent
b46667639f
commit
9581fe1d7d
2 changed files with 0 additions and 25 deletions
|
@ -342,10 +342,6 @@ public:
|
|||
|
||||
void alert(AlertLevel, AlertDescription);
|
||||
|
||||
bool can_read_line() const { return m_context.application_buffer.size() && memchr(m_context.application_buffer.data(), '\n', m_context.application_buffer.size()); }
|
||||
bool can_read() const { return m_context.application_buffer.size() > 0; }
|
||||
DeprecatedString read_line(size_t max_size);
|
||||
|
||||
Function<void(AlertDescription)> on_tls_error;
|
||||
Function<void()> on_tls_finished;
|
||||
Function<void(TLSv12&)> on_tls_certificate_request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue