Skip to content

Commit

Permalink
Cleanup: Remove unused member of Http2ClientSession (#7570)
Browse files Browse the repository at this point in the history
  • Loading branch information
masaori335 authored Mar 3, 2021
1 parent 3aba5ce commit a87ceb8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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

0 comments on commit a87ceb8

Please sign in to comment.