h2load: Remove Client::noop
This commit is contained in:
parent
95cb284e27
commit
c4804ee50b
|
@ -404,8 +404,6 @@ void Client::on_stream_close(int32_t stream_id, bool success,
|
|||
}
|
||||
}
|
||||
|
||||
int Client::noop() { return 0; }
|
||||
|
||||
int Client::connection_made() {
|
||||
if (ssl) {
|
||||
report_tls_info();
|
||||
|
|
|
@ -207,7 +207,6 @@ struct Client {
|
|||
|
||||
int on_read(const uint8_t *data, size_t len);
|
||||
int on_write();
|
||||
int noop();
|
||||
|
||||
int connection_made();
|
||||
|
||||
|
|
Loading…
Reference in New Issue