Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion proxy/http2/Http2ClientSession.cc
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ void
Http2ClientSession::flush()
{
if (this->_pending_sending_data_size > 0) {
total_write_len += this->_pending_sending_data_size;
this->_pending_sending_data_size = 0;
this->_write_buffer_last_flush = Thread::get_hrtime();
write_reenable();
Expand Down
1 change: 0 additions & 1 deletion proxy/http2/Http2ClientSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ class Http2ClientSession : public ProxySession

bool _should_do_something_else();

int64_t total_write_len = 0;
SessionHandler session_handler = nullptr;
MIOBuffer *read_buffer = nullptr;
IOBufferReader *_reader = nullptr;
Expand Down