Skip to content

Commit

Permalink
perf: remove PooledStreamEncoder (#220)
Browse files Browse the repository at this point in the history
This class is no longer used as we now use the Router for all outbound
calls including via AsyncClient. This makes the code cleaner and removes
2 allocations in some cases.
  • Loading branch information
mattklein123 authored Nov 15, 2016
1 parent d1d5f41 commit 6fabccb
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 261 deletions.
1 change: 0 additions & 1 deletion source/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ add_library(
http/date_provider_impl.cc
http/header_map_impl.cc
http/message_impl.cc
http/pooled_stream_encoder.cc
http/http1/codec_impl.cc
http/http1/conn_pool.cc
http/http2/codec_impl.cc
Expand Down
139 changes: 0 additions & 139 deletions source/common/http/pooled_stream_encoder.cc

This file was deleted.

78 changes: 0 additions & 78 deletions source/common/http/pooled_stream_encoder.h

This file was deleted.

Loading

0 comments on commit 6fabccb

Please sign in to comment.