Skip to content

Instantly share code, notes, and snippets.

@brian-pane
Created December 18, 2018 03:23
Show Gist options
  • Select an option

  • Save brian-pane/1073fd865264e3309ecdeae184b11d82 to your computer and use it in GitHub Desktop.

Select an option

Save brian-pane/1073fd865264e3309ecdeae184b11d82 to your computer and use it in GitHub Desktop.
Trace output for envoyproxy/envoy issue 5136
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //test/integration:http2_upstream_integration_test
-----------------------------------------------------------------------------
Note: Google Test filter = IpVersions/Http2UpstreamIntegrationTest.UpstreamConnectionCloseWithManyStreams/IPv6
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from IpVersions/Http2UpstreamIntegrationTest
[ RUN ] IpVersions/Http2UpstreamIntegrationTest.UpstreamConnectionCloseWithManyStreams/IPv6
[2018-12-18 03:16:10.231][771224][info][testing] [test/integration/fake_upstream.cc:360] starting fake server on port 63525. Address version is v6
[2018-12-18 03:16:10.233][771224][debug][misc] [test/config/utility.cc:156] No capture path set for tests
[2018-12-18 03:16:10.235][771224][debug][misc] [test/integration/integration.cc:284] Running Envoy with configuration static_resources {
listeners {
name: "http"
address {
socket_address {
address: "::1"
port_value: 0
}
}
filter_chains {
filters {
name: "envoy.http_connection_manager"
config {
fields {
key: "codec_type"
value {
string_value: "HTTP2"
}
}
fields {
key: "http2_protocol_options"
value {
struct_value {
fields {
key: "initial_stream_window_size"
value {
number_value: 65535
}
}
}
}
}
fields {
key: "http_filters"
value {
list_value {
values {
struct_value {
fields {
key: "name"
value {
string_value: "envoy.router"
}
}
}
}
}
}
}
fields {
key: "route_config"
value {
struct_value {
fields {
key: "name"
value {
string_value: "route_config_0"
}
}
fields {
key: "virtual_hosts"
value {
list_value {
values {
struct_value {
fields {
key: "domains"
value {
list_value {
values {
string_value: "*"
}
}
}
}
fields {
key: "name"
value {
string_value: "integration"
}
}
fields {
key: "routes"
value {
list_value {
values {
struct_value {
fields {
key: "match"
value {
struct_value {
fields {
key: "prefix"
value {
string_value: "/"
}
}
}
}
}
fields {
key: "route"
value {
struct_value {
fields {
key: "cluster"
value {
string_value: "cluster_0"
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
fields {
key: "stat_prefix"
value {
string_value: "config_test"
}
}
}
}
}
per_connection_buffer_limit_bytes {
value: 1024
}
}
clusters {
name: "cluster_0"
connect_timeout {
seconds: 30
}
per_connection_buffer_limit_bytes {
value: 1024
}
hosts {
socket_address {
address: "::1"
port_value: 63525
}
}
http2_protocol_options {
}
}
}
admin {
access_log_path: "/dev/null"
address {
socket_address {
address: "::1"
port_value: 0
}
}
}
[2018-12-18 03:16:10.261][771224][info][testing] [test/integration/server.cc:62] starting integration test server
[2018-12-18 03:16:10.262][772037][info][main] [source/server/server.cc:206] initializing epoch 0 (hot restart version=disabled)
[2018-12-18 03:16:10.262][772037][info][main] [source/server/server.cc:208] statically linked extensions:
[2018-12-18 03:16:10.262][772037][info][main] [source/server/server.cc:210] access_loggers:
[2018-12-18 03:16:10.262][772037][info][main] [source/server/server.cc:213] filters.http: add-trailers-filter,decode-headers-only,encode-headers-only,envoy.buffer,envoy.health_check,envoy.router,passthrough-filter,pause-filter,random-pause-filter
[2018-12-18 03:16:10.262][772037][info][main] [source/server/server.cc:216] filters.listener:
[2018-12-18 03:16:10.262][772037][info][main] [source/server/server.cc:219] filters.network: envoy.http_connection_manager
[2018-12-18 03:16:10.262][772037][info][main] [source/server/server.cc:221] stat_sinks:
[2018-12-18 03:16:10.262][772037][info][main] [source/server/server.cc:223] tracers:
[2018-12-18 03:16:10.262][772037][info][main] [source/server/server.cc:226] transport_sockets.downstream: envoy.transport_sockets.capture,raw_buffer
[2018-12-18 03:16:10.262][772037][info][main] [source/server/server.cc:229] transport_sockets.upstream: envoy.transport_sockets.capture,raw_buffer
[2018-12-18 03:16:10.270][772037][info][main] [source/server/server.cc:271] admin address: [::1]:0
[2018-12-18 03:16:10.276][772037][debug][main] [source/server/overload_manager_impl.cc:171] No overload action configured for envoy.overload_actions.stop_accepting_connections.
[2018-12-18 03:16:10.277][772037][info][config] [source/server/configuration_impl.cc:50] loading 0 static secret(s)
[2018-12-18 03:16:10.277][772037][info][config] [source/server/configuration_impl.cc:56] loading 1 cluster(s)
[2018-12-18 03:16:10.278][772080][debug][grpc] [source/common/grpc/google_async_client_impl.cc:41] completionThread running
[2018-12-18 03:16:10.291][772037][debug][upstream] [source/common/upstream/cluster_manager_impl.cc:817] adding TLS initial cluster cluster_0
[2018-12-18 03:16:10.292][772037][trace][upstream] [source/common/upstream/upstream_impl.cc:803] Local locality: zone: "zone_name"
[2018-12-18 03:16:10.293][772037][debug][upstream] [source/common/upstream/upstream_impl.cc:587] initializing secondary cluster cluster_0 completed
[2018-12-18 03:16:10.293][772037][debug][upstream] [source/common/upstream/cluster_manager_impl.cc:953] membership update for TLS cluster cluster_0 added 1 removed 0
[2018-12-18 03:16:10.294][772037][debug][upstream] [source/common/upstream/cluster_manager_impl.cc:91] cm init: init complete: cluster=cluster_0 primary=0 secondary=0
[2018-12-18 03:16:10.294][772037][debug][upstream] [source/common/upstream/cluster_manager_impl.cc:63] cm init: adding: cluster=cluster_0 primary=0 secondary=0
[2018-12-18 03:16:10.294][772037][info][upstream] [source/common/upstream/cluster_manager_impl.cc:136] cm init: all clusters initialized
[2018-12-18 03:16:10.294][772037][info][config] [source/server/configuration_impl.cc:67] loading 1 listener(s)
[2018-12-18 03:16:10.294][772037][debug][config] [source/server/configuration_impl.cc:69] listener #0:
[2018-12-18 03:16:10.295][772037][debug][config] [source/server/listener_manager_impl.cc:689] begin add/update listener: name=http hash=10690804204916930950
[2018-12-18 03:16:10.298][772037][debug][config] [source/server/listener_manager_impl.cc:39] filter #0:
[2018-12-18 03:16:10.298][772037][debug][config] [source/server/listener_manager_impl.cc:40] name: envoy.http_connection_manager
[2018-12-18 03:16:10.300][772037][debug][config] [source/server/listener_manager_impl.cc:43] config: {"http2_protocol_options":{"initial_stream_window_size":65535},"stat_prefix":"config_test","http_filters":[{"name":"envoy.router"}],"codec_type":"HTTP2","route_config":{"virtual_hosts":[{"name":"integration","domains":["*"],"routes":[{"route":{"cluster":"cluster_0"},"match":{"prefix":"/"}}]}],"name":"route_config_0"}}
[2018-12-18 03:16:10.347][772037][debug][config] [source/extensions/filters/network/http_connection_manager/config.cc:312] http filter #0
[2018-12-18 03:16:10.347][772037][debug][config] [source/extensions/filters/network/http_connection_manager/config.cc:313] name: envoy.router
[2018-12-18 03:16:10.347][772037][debug][config] [source/extensions/filters/network/http_connection_manager/config.cc:317] config: {}
[2018-12-18 03:16:10.394][772037][debug][config] [source/server/listener_manager_impl.cc:576] add active listener: name=http, hash=10690804204916930950, address=[::1]:0
[2018-12-18 03:16:10.417][772037][info][config] [source/server/configuration_impl.cc:92] loading tracing configuration
[2018-12-18 03:16:10.418][772037][info][config] [source/server/configuration_impl.cc:112] loading stats sink configuration
[2018-12-18 03:16:10.419][772037][info][main] [source/server/server.cc:430] all clusters initialized. initializing init manager
[2018-12-18 03:16:10.419][772037][info][config] [source/server/listener_manager_impl.cc:943] all dependencies initialized. starting workers
[2018-12-18 03:16:10.419][772037][info][main] [source/server/server.cc:458] starting main dispatch loop
[2018-12-18 03:16:10.419][772194][debug][main] [source/server/worker_impl.cc:98] worker entering dispatch loop
[2018-12-18 03:16:10.419][772194][debug][upstream] [source/common/upstream/cluster_manager_impl.cc:817] adding TLS initial cluster cluster_0
[2018-12-18 03:16:10.419][772195][debug][grpc] [source/common/grpc/google_async_client_impl.cc:41] completionThread running
[2018-12-18 03:16:10.419][772194][debug][upstream] [source/common/upstream/cluster_manager_impl.cc:953] membership update for TLS cluster cluster_0 added 1 removed 0
[2018-12-18 03:16:10.421][771224][info][testing] [test/integration/server.cc:81] listener wait complete
[2018-12-18 03:16:10.455][771224][debug][client] [source/common/http/codec_client.cc:26] [C0] connecting
[2018-12-18 03:16:10.455][771224][debug][connection] [source/common/network/connection_impl.cc:634] [C0] connecting to [::1]:63595
[2018-12-18 03:16:10.456][771224][debug][connection] [source/common/network/connection_impl.cc:643] [C0] connection in progress
[2018-12-18 03:16:10.456][771224][debug][http2] [source/common/http/http2/codec_impl.cc:732] [C0] setting stream-level initial window size to 268435456
[2018-12-18 03:16:10.456][771224][debug][http2] [source/common/http/http2/codec_impl.cc:754] [C0] updating connection-level initial window size to 268435456
[2018-12-18 03:16:10.456][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.456][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.456][771224][debug][connection] [source/common/network/connection_impl.cc:516] [C0] connected
[2018-12-18 03:16:10.456][771224][debug][client] [source/common/http/codec_client.cc:64] [C0] connected
[2018-12-18 03:16:10.456][772194][debug][main] [source/server/connection_handler_impl.cc:256] [C1] new connection
[2018-12-18 03:16:10.456][772194][trace][connection] [source/common/network/connection_impl.cc:439] [C1] socket event: 2
[2018-12-18 03:16:10.456][772194][trace][connection] [source/common/network/connection_impl.cc:507] [C1] write ready
[2018-12-18 03:16:10.456][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.457][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.457][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=27
[2018-12-18 03:16:10.457][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 27 bytes, end_stream false
[2018-12-18 03:16:10.457][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=4
[2018-12-18 03:16:10.457][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=13
[2018-12-18 03:16:10.457][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 13 bytes, end_stream false
[2018-12-18 03:16:10.457][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=8
[2018-12-18 03:16:10.457][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=28
[2018-12-18 03:16:10.457][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 28 bytes, end_stream false
[2018-12-18 03:16:10.457][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.457][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.457][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.457][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 92
[2018-12-18 03:16:10.457][772194][trace][connection] [source/common/network/connection_impl.cc:439] [C1] socket event: 1
[2018-12-18 03:16:10.457][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.457][772194][trace][connection] [source/common/network/connection_impl.cc:477] [C1] read ready
[2018-12-18 03:16:10.457][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.457][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C1] read returns: 92
[2018-12-18 03:16:10.457][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C1] read returns: -1
[2018-12-18 03:16:10.457][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:29] [C1] read error: 35
[2018-12-18 03:16:10.457][772194][debug][http2] [source/common/http/http2/codec_impl.cc:754] [C1] updating connection-level initial window size to 268435456
[2018-12-18 03:16:10.457][772194][trace][http2] [source/common/http/http2/codec_impl.cc:341] [C1] dispatching 92 bytes
[2018-12-18 03:16:10.457][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=4
[2018-12-18 03:16:10.457][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=8
[2018-12-18 03:16:10.457][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.458][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.458][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S10268784894406464195] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.458][772194][debug][router] [source/common/router/router.cc:265] [C1][S10268784894406464195] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.458][772194][debug][router] [source/common/router/router.cc:323] [C1][S10268784894406464195] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', '5fd2524a-1054-4c9a-86a7-a5dc7f4a2c71'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.458][772194][debug][client] [source/common/http/codec_client.cc:26] [C2] connecting
[2018-12-18 03:16:10.458][772194][debug][connection] [source/common/network/connection_impl.cc:634] [C2] connecting to [::1]:63525
[2018-12-18 03:16:10.458][772194][debug][connection] [source/common/network/connection_impl.cc:643] [C2] connection in progress
[2018-12-18 03:16:10.459][772194][debug][http2] [source/common/http/http2/codec_impl.cc:732] [C2] setting stream-level initial window size to 268435456
[2018-12-18 03:16:10.459][772194][debug][http2] [source/common/http/http2/codec_impl.cc:754] [C2] updating connection-level initial window size to 268435456
[2018-12-18 03:16:10.459][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.459][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S10268784894406464195] decode headers called: filter=0x49342d0 status=1
[2018-12-18 03:16:10.459][772194][trace][http2] [source/common/http/http2/codec_impl.cc:356] [C1] dispatched 92 bytes
[2018-12-18 03:16:10.459][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=9
[2018-12-18 03:16:10.459][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.459][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=4
[2018-12-18 03:16:10.459][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=9
[2018-12-18 03:16:10.459][772009][trace][connection] [source/common/network/connection_impl.cc:282] [C3] readDisable: enabled=true disable=true
[2018-12-18 03:16:10.459][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.459][772009][debug][testing] [source/server/connection_handler_impl.cc:256] [C3] new connection
[2018-12-18 03:16:10.459][772009][trace][connection] [source/common/network/connection_impl.cc:439] [C3] socket event: 2
[2018-12-18 03:16:10.459][772009][trace][connection] [source/common/network/connection_impl.cc:507] [C3] write ready
[2018-12-18 03:16:10.459][771224][debug][http2] [source/common/http/http2/codec_impl.cc:732] [C3] setting stream-level initial window size to 268435456
[2018-12-18 03:16:10.459][771224][debug][http2] [source/common/http/http2/codec_impl.cc:754] [C3] updating connection-level initial window size to 268435456
[2018-12-18 03:16:10.459][772009][trace][connection] [source/common/network/connection_impl.cc:282] [C3] readDisable: enabled=false disable=false
[2018-12-18 03:16:10.459][772009][trace][connection] [source/common/network/connection_impl.cc:439] [C3] socket event: 2
[2018-12-18 03:16:10.459][772009][trace][connection] [source/common/network/connection_impl.cc:507] [C3] write ready
[2018-12-18 03:16:10.459][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:10.459][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=1)
[2018-12-18 03:16:10.459][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=13
[2018-12-18 03:16:10.459][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 13 bytes, end_stream false
[2018-12-18 03:16:10.459][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=3
[2018-12-18 03:16:10.459][771224][debug][http2] [source/common/http/http2/codec_impl.cc:519] [C0] sent reset code=0
[2018-12-18 03:16:10.460][771224][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C0] stream closed: 0
[2018-12-18 03:16:10.460][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=2)
[2018-12-18 03:16:10.460][771224][trace][main] [source/common/event/dispatcher_impl.cc:53] clearing deferred deletion list (size=2)
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 13
[2018-12-18 03:16:10.460][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.460][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.460][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.460][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.460][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.460][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.460][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.460][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.460][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.461][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.461][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.461][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.461][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.461][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.461][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.462][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.462][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.462][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.462][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.462][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.462][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.463][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.463][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.463][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.463][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.463][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.463][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.464][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.464][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.464][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.464][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.464][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.465][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.465][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.465][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.465][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.465][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.465][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.465][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.465][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.465][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.465][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.466][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.466][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.466][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.466][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.466][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.466][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.466][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.466][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.466][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.467][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:10.467][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=1)
[2018-12-18 03:16:10.467][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=13
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 13 bytes, end_stream false
[2018-12-18 03:16:10.467][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=3
[2018-12-18 03:16:10.467][771224][debug][http2] [source/common/http/http2/codec_impl.cc:519] [C0] sent reset code=0
[2018-12-18 03:16:10.467][771224][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C0] stream closed: 0
[2018-12-18 03:16:10.467][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=2)
[2018-12-18 03:16:10.467][771224][trace][main] [source/common/event/dispatcher_impl.cc:53] clearing deferred deletion list (size=2)
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 13
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.467][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.467][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.467][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.467][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.468][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.468][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.468][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.468][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.468][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.468][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.469][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.469][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=24
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.469][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=1
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.459][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=4
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.469][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=13
[2018-12-18 03:16:10.469][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 13 bytes, end_stream false
[2018-12-18 03:16:10.469][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=8
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 24
[2018-12-18 03:16:10.469][772194][trace][connection] [source/common/network/connection_impl.cc:439] [C1] socket event: 2
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.469][772194][trace][connection] [source/common/network/connection_impl.cc:507] [C1] write ready
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.469][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C1] write returns: 31
[2018-12-18 03:16:10.469][772194][trace][connection] [source/common/network/connection_impl.cc:439] [C1] socket event: 3
[2018-12-18 03:16:10.469][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=0
[2018-12-18 03:16:10.469][772194][trace][connection] [source/common/network/connection_impl.cc:507] [C1] write ready
[2018-12-18 03:16:10.469][772194][trace][connection] [source/common/network/connection_impl.cc:477] [C1] read ready
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 3
[2018-12-18 03:16:10.469][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C1] read returns: 635
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.469][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C1] read returns: -1
[2018-12-18 03:16:10.469][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:29] [C1] read error: 35
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.469][772194][trace][http2] [source/common/http/http2/codec_impl.cc:341] [C1] dispatching 635 bytes
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:477] [C0] read ready
[2018-12-18 03:16:10.469][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=3
[2018-12-18 03:16:10.469][772194][trace][http2] [source/common/http/http2/codec_impl.cc:495] [C1] remote reset: 0
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C0] read returns: 31
[2018-12-18 03:16:10.469][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C0] read returns: -1
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:29] [C0] read error: 35
[2018-12-18 03:16:10.469][772194][debug][router] [source/common/router/router.cc:956] [C1][S10268784894406464195] cancelling pool request
[2018-12-18 03:16:10.469][771224][trace][http2] [source/common/http/http2/codec_impl.cc:341] [C0] dispatching 31 bytes
[2018-12-18 03:16:10.469][772194][debug][pool] [source/common/http/conn_pool_base.cc:41] cancelling pending request
[2018-12-18 03:16:10.469][771224][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C0] recv frame type=4
[2018-12-18 03:16:10.469][771224][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C0] recv frame type=4
[2018-12-18 03:16:10.469][771224][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C0] recv frame type=8
[2018-12-18 03:16:10.469][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=1)
[2018-12-18 03:16:10.469][771224][trace][http2] [source/common/http/http2/codec_impl.cc:356] [C0] dispatched 31 bytes
[2018-12-18 03:16:10.469][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=2)
[2018-12-18 03:16:10.469][771224][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C0] send data: bytes=9
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C0] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.469][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.469][771224][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C0] sent frame type=4
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.469][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.469][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.470][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C0] write returns: 9
[2018-12-18 03:16:10.470][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S6168441762247789227] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.470][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C0] socket event: 2
[2018-12-18 03:16:10.470][772194][debug][router] [source/common/router/router.cc:265] [C1][S6168441762247789227] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.470][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C0] write ready
[2018-12-18 03:16:10.470][772194][debug][router] [source/common/router/router.cc:323] [C1][S6168441762247789227] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', '90c6989c-95f4-43fc-b0b0-c50414a81e67'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.470][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.470][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S6168441762247789227] decode headers called: filter=0x4934500 status=1
[2018-12-18 03:16:10.470][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.470][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S6168441762247789227] request end stream
[2018-12-18 03:16:10.470][772194][trace][router] [source/common/router/router.cc:908] [C1][S6168441762247789227] buffering 0 bytes
[2018-12-18 03:16:10.470][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S6168441762247789227] decode data called: filter=0x4934500 status=3
[2018-12-18 03:16:10.470][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.470][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.470][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S12120070038487487606] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.470][772194][debug][router] [source/common/router/router.cc:265] [C1][S12120070038487487606] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.470][772194][debug][router] [source/common/router/router.cc:323] [C1][S12120070038487487606] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', 'b4053e59-e73c-4293-9588-5f569d0baff5'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.470][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.470][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S12120070038487487606] decode headers called: filter=0x4934550 status=1
[2018-12-18 03:16:10.470][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.470][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S12120070038487487606] request end stream
[2018-12-18 03:16:10.470][772194][trace][router] [source/common/router/router.cc:908] [C1][S12120070038487487606] buffering 0 bytes
[2018-12-18 03:16:10.470][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S12120070038487487606] decode data called: filter=0x4934550 status=3
[2018-12-18 03:16:10.470][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.470][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.470][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S4275287927332941536] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.470][772194][debug][router] [source/common/router/router.cc:265] [C1][S4275287927332941536] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.470][772194][debug][router] [source/common/router/router.cc:323] [C1][S4275287927332941536] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', '1d0440af-e83c-4419-a505-5ae26813aca2'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.470][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.470][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S4275287927332941536] decode headers called: filter=0x49345a0 status=1
[2018-12-18 03:16:10.470][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.470][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S4275287927332941536] request end stream
[2018-12-18 03:16:10.470][772194][trace][router] [source/common/router/router.cc:908] [C1][S4275287927332941536] buffering 0 bytes
[2018-12-18 03:16:10.470][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S4275287927332941536] decode data called: filter=0x49345a0 status=3
[2018-12-18 03:16:10.470][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.471][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.471][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S13906985235615915116] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.471][772194][debug][router] [source/common/router/router.cc:265] [C1][S13906985235615915116] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.471][772194][debug][router] [source/common/router/router.cc:323] [C1][S13906985235615915116] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', '66e0771f-98d3-468c-a1a3-ebbcb794c9e7'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.471][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.471][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S13906985235615915116] decode headers called: filter=0x49345f0 status=1
[2018-12-18 03:16:10.471][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.471][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S13906985235615915116] request end stream
[2018-12-18 03:16:10.471][772194][trace][router] [source/common/router/router.cc:908] [C1][S13906985235615915116] buffering 0 bytes
[2018-12-18 03:16:10.471][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S13906985235615915116] decode data called: filter=0x49345f0 status=3
[2018-12-18 03:16:10.471][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.471][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.471][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S16464315635304194439] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.471][772194][debug][router] [source/common/router/router.cc:265] [C1][S16464315635304194439] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.471][772194][debug][router] [source/common/router/router.cc:323] [C1][S16464315635304194439] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', '82da094d-affc-4a54-bc76-96f59446fbd4'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.471][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.471][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S16464315635304194439] decode headers called: filter=0x4934640 status=1
[2018-12-18 03:16:10.471][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.471][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S16464315635304194439] request end stream
[2018-12-18 03:16:10.471][772194][trace][router] [source/common/router/router.cc:908] [C1][S16464315635304194439] buffering 0 bytes
[2018-12-18 03:16:10.471][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S16464315635304194439] decode data called: filter=0x4934640 status=3
[2018-12-18 03:16:10.471][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.471][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.471][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S11755031350606881097] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.471][772194][debug][router] [source/common/router/router.cc:265] [C1][S11755031350606881097] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.471][772194][debug][router] [source/common/router/router.cc:323] [C1][S11755031350606881097] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', '4d4d3713-bcbd-44dd-b513-58966bcb91cc'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.471][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.471][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S11755031350606881097] decode headers called: filter=0x4934690 status=1
[2018-12-18 03:16:10.471][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.471][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S11755031350606881097] request end stream
[2018-12-18 03:16:10.471][772194][trace][router] [source/common/router/router.cc:908] [C1][S11755031350606881097] buffering 0 bytes
[2018-12-18 03:16:10.471][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S11755031350606881097] decode data called: filter=0x4934690 status=3
[2018-12-18 03:16:10.471][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.471][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.472][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S1771925943224121470] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.472][772194][debug][router] [source/common/router/router.cc:265] [C1][S1771925943224121470] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.472][772194][debug][router] [source/common/router/router.cc:323] [C1][S1771925943224121470] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', 'ad1582f0-2ad4-49a1-a49e-1354e37743e3'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.472][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.472][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S1771925943224121470] decode headers called: filter=0x4935040 status=1
[2018-12-18 03:16:10.472][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.472][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S1771925943224121470] request end stream
[2018-12-18 03:16:10.472][772194][trace][router] [source/common/router/router.cc:908] [C1][S1771925943224121470] buffering 0 bytes
[2018-12-18 03:16:10.472][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S1771925943224121470] decode data called: filter=0x4935040 status=3
[2018-12-18 03:16:10.472][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.472][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.472][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S1135191507505914126] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.472][772194][debug][router] [source/common/router/router.cc:265] [C1][S1135191507505914126] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.472][772194][debug][router] [source/common/router/router.cc:323] [C1][S1135191507505914126] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', '07e7021c-b9a5-4e5c-986f-9bfaba9489b2'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.472][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.472][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S1135191507505914126] decode headers called: filter=0x4935090 status=1
[2018-12-18 03:16:10.472][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.472][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S1135191507505914126] request end stream
[2018-12-18 03:16:10.472][772194][trace][router] [source/common/router/router.cc:908] [C1][S1135191507505914126] buffering 0 bytes
[2018-12-18 03:16:10.472][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S1135191507505914126] decode data called: filter=0x4935090 status=3
[2018-12-18 03:16:10.472][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.472][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.472][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S11143054127294817247] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.472][772194][debug][router] [source/common/router/router.cc:265] [C1][S11143054127294817247] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.472][772194][debug][router] [source/common/router/router.cc:323] [C1][S11143054127294817247] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', '31c9fdc4-daac-42fe-a5c9-0a08454de535'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.472][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.472][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S11143054127294817247] decode headers called: filter=0x49350e0 status=1
[2018-12-18 03:16:10.472][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.472][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S11143054127294817247] request end stream
[2018-12-18 03:16:10.472][772194][trace][router] [source/common/router/router.cc:908] [C1][S11143054127294817247] buffering 0 bytes
[2018-12-18 03:16:10.472][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S11143054127294817247] decode data called: filter=0x49350e0 status=3
[2018-12-18 03:16:10.472][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.472][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.472][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S13714963152732281752] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.472][772194][debug][router] [source/common/router/router.cc:265] [C1][S13714963152732281752] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.472][772194][debug][router] [source/common/router/router.cc:323] [C1][S13714963152732281752] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', '36e10d2d-2745-4de9-b2bc-cf2c5032c1a1'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.473][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.473][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S13714963152732281752] decode headers called: filter=0x4935130 status=1
[2018-12-18 03:16:10.473][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.473][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S13714963152732281752] request end stream
[2018-12-18 03:16:10.473][772194][trace][router] [source/common/router/router.cc:908] [C1][S13714963152732281752] buffering 0 bytes
[2018-12-18 03:16:10.473][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S13714963152732281752] decode data called: filter=0x4935130 status=3
[2018-12-18 03:16:10.473][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.473][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.473][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S1008296363873124309] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.473][772194][debug][router] [source/common/router/router.cc:265] [C1][S1008296363873124309] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.473][772194][debug][router] [source/common/router/router.cc:323] [C1][S1008296363873124309] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', '0a2c458e-ee8f-46cb-a196-edb713a4bef5'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.473][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.473][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S1008296363873124309] decode headers called: filter=0x4935180 status=1
[2018-12-18 03:16:10.473][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.473][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S1008296363873124309] request end stream
[2018-12-18 03:16:10.473][772194][trace][router] [source/common/router/router.cc:908] [C1][S1008296363873124309] buffering 0 bytes
[2018-12-18 03:16:10.473][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S1008296363873124309] decode data called: filter=0x4935180 status=3
[2018-12-18 03:16:10.473][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.473][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.473][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S5638068657090900763] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.473][772194][debug][router] [source/common/router/router.cc:265] [C1][S5638068657090900763] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.473][772194][debug][router] [source/common/router/router.cc:323] [C1][S5638068657090900763] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', 'f173d07b-4681-433e-9554-3eb494fe1294'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.473][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.473][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S5638068657090900763] decode headers called: filter=0x49351d0 status=1
[2018-12-18 03:16:10.473][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.473][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S5638068657090900763] request end stream
[2018-12-18 03:16:10.473][772194][trace][router] [source/common/router/router.cc:908] [C1][S5638068657090900763] buffering 0 bytes
[2018-12-18 03:16:10.473][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S5638068657090900763] decode data called: filter=0x49351d0 status=3
[2018-12-18 03:16:10.473][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.473][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.473][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S7622071079758654036] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.473][772194][debug][router] [source/common/router/router.cc:265] [C1][S7622071079758654036] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.473][772194][debug][router] [source/common/router/router.cc:323] [C1][S7622071079758654036] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', 'd5796e6a-0f7b-4a88-bf6f-ce49edabc2a5'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.473][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.473][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S7622071079758654036] decode headers called: filter=0x4935220 status=1
[2018-12-18 03:16:10.473][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.473][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S7622071079758654036] request end stream
[2018-12-18 03:16:10.473][772194][trace][router] [source/common/router/router.cc:908] [C1][S7622071079758654036] buffering 0 bytes
[2018-12-18 03:16:10.474][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S7622071079758654036] decode data called: filter=0x4935220 status=3
[2018-12-18 03:16:10.474][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.474][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.474][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S865355279454237881] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.474][772194][debug][router] [source/common/router/router.cc:265] [C1][S865355279454237881] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.474][772194][debug][router] [source/common/router/router.cc:323] [C1][S865355279454237881] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', 'f39d7afa-d4d6-4ce3-84ab-5f68510ba7a8'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.474][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.474][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S865355279454237881] decode headers called: filter=0x4935270 status=1
[2018-12-18 03:16:10.474][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.474][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S865355279454237881] request end stream
[2018-12-18 03:16:10.474][772194][trace][router] [source/common/router/router.cc:908] [C1][S865355279454237881] buffering 0 bytes
[2018-12-18 03:16:10.474][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S865355279454237881] decode data called: filter=0x4935270 status=3
[2018-12-18 03:16:10.474][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.474][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.474][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S17280261571824098142] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.474][772194][debug][router] [source/common/router/router.cc:265] [C1][S17280261571824098142] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.474][772194][debug][router] [source/common/router/router.cc:323] [C1][S17280261571824098142] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', '4891229c-d3fa-4a9e-83ab-a4223b6e6948'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.474][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.474][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S17280261571824098142] decode headers called: filter=0x49352c0 status=1
[2018-12-18 03:16:10.474][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=3
[2018-12-18 03:16:10.474][772194][trace][http2] [source/common/http/http2/codec_impl.cc:495] [C1] remote reset: 0
[2018-12-18 03:16:10.474][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:10.474][772194][debug][router] [source/common/router/router.cc:956] [C1][S17280261571824098142] cancelling pool request
[2018-12-18 03:16:10.474][772194][debug][pool] [source/common/http/conn_pool_base.cc:41] cancelling pending request
[2018-12-18 03:16:10.474][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=3)
[2018-12-18 03:16:10.474][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=4)
[2018-12-18 03:16:10.474][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.474][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.474][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S14171412282486744327] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.474][772194][debug][router] [source/common/router/router.cc:265] [C1][S14171412282486744327] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.474][772194][debug][router] [source/common/router/router.cc:323] [C1][S14171412282486744327] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', '73ba21ad-e5f0-41f7-b7c3-5c8131dcfa4d'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.474][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.474][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S14171412282486744327] decode headers called: filter=0x4935310 status=1
[2018-12-18 03:16:10.474][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.474][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S14171412282486744327] request end stream
[2018-12-18 03:16:10.474][772194][trace][router] [source/common/router/router.cc:908] [C1][S14171412282486744327] buffering 0 bytes
[2018-12-18 03:16:10.475][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S14171412282486744327] decode data called: filter=0x4935310 status=3
[2018-12-18 03:16:10.475][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.475][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.475][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S13863931603446384700] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.475][772194][debug][router] [source/common/router/router.cc:265] [C1][S13863931603446384700] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.475][772194][debug][router] [source/common/router/router.cc:323] [C1][S13863931603446384700] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', 'd17f023b-a516-4061-a61b-0550cbbb3cbb'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.475][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.475][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S13863931603446384700] decode headers called: filter=0x4935360 status=1
[2018-12-18 03:16:10.475][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.475][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S13863931603446384700] request end stream
[2018-12-18 03:16:10.475][772194][trace][router] [source/common/router/router.cc:908] [C1][S13863931603446384700] buffering 0 bytes
[2018-12-18 03:16:10.475][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S13863931603446384700] decode data called: filter=0x4935360 status=3
[2018-12-18 03:16:10.475][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.475][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.475][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S4099461099928820927] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.475][772194][debug][router] [source/common/router/router.cc:265] [C1][S4099461099928820927] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.475][772194][debug][router] [source/common/router/router.cc:323] [C1][S4099461099928820927] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', 'e11816b2-68ae-4ae4-938f-cb748942f7fb'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.475][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.475][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S4099461099928820927] decode headers called: filter=0x49353b0 status=1
[2018-12-18 03:16:10.475][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.475][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S4099461099928820927] request end stream
[2018-12-18 03:16:10.475][772194][trace][router] [source/common/router/router.cc:908] [C1][S4099461099928820927] buffering 0 bytes
[2018-12-18 03:16:10.475][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S4099461099928820927] decode data called: filter=0x49353b0 status=3
[2018-12-18 03:16:10.475][772194][debug][http] [source/common/http/conn_manager_impl.cc:200] [C1] new stream
[2018-12-18 03:16:10.475][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=1
[2018-12-18 03:16:10.475][772194][debug][http] [source/common/http/conn_manager_impl.cc:537] [C1][S15528265701162405503] request headers complete (end_stream=false):
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
[2018-12-18 03:16:10.475][772194][debug][router] [source/common/router/router.cc:265] [C1][S15528265701162405503] cluster 'cluster_0' match for URL '/test/long/url'
[2018-12-18 03:16:10.475][772194][debug][router] [source/common/router/router.cc:323] [C1][S15528265701162405503] router decoding headers:
':method', 'POST'
':path', '/test/long/url'
':scheme', 'http'
':authority', 'host'
'x-forwarded-proto', 'http'
'x-request-id', 'b99bb09d-ec24-46e7-92f6-37f805ba87e2'
'x-envoy-expected-rq-timeout-ms', '15000'
[2018-12-18 03:16:10.475][772194][debug][pool] [source/common/http/conn_pool_base.cc:20] queueing request due to no available connections
[2018-12-18 03:16:10.475][772194][trace][http] [source/common/http/conn_manager_impl.cc:772] [C1][S15528265701162405503] decode headers called: filter=0x4935400 status=1
[2018-12-18 03:16:10.475][772194][trace][http2] [source/common/http/http2/codec_impl.cc:356] [C1] dispatched 635 bytes
[2018-12-18 03:16:10.475][772194][trace][connection] [source/common/network/connection_impl.cc:439] [C2] socket event: 2
[2018-12-18 03:16:10.475][772194][trace][connection] [source/common/network/connection_impl.cc:507] [C2] write ready
[2018-12-18 03:16:10.475][772194][debug][connection] [source/common/network/connection_impl.cc:516] [C2] connected
[2018-12-18 03:16:10.475][772194][debug][client] [source/common/http/codec_client.cc:64] [C2] connected
[2018-12-18 03:16:10.476][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.476][772194][debug][router] [source/common/router/router.cc:1018] [C1][S6168441762247789227] pool ready
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=24
[2018-12-18 03:16:10.476][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 24 bytes, end_stream false
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=21
[2018-12-18 03:16:10.476][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 21 bytes, end_stream false
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=4
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=13
[2018-12-18 03:16:10.476][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 13 bytes, end_stream false
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=8
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=114
[2018-12-18 03:16:10.476][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 114 bytes, end_stream false
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.476][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.476][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.476][772194][debug][router] [source/common/router/router.cc:1018] [C1][S12120070038487487606] pool ready
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=56
[2018-12-18 03:16:10.476][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 56 bytes, end_stream false
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.476][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.476][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.476][772194][debug][router] [source/common/router/router.cc:1018] [C1][S4275287927332941536] pool ready
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=53
[2018-12-18 03:16:10.476][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 53 bytes, end_stream false
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.476][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.476][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.476][772194][debug][router] [source/common/router/router.cc:1018] [C1][S13906985235615915116] pool ready
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=54
[2018-12-18 03:16:10.476][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 54 bytes, end_stream false
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.476][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.476][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.476][772194][debug][router] [source/common/router/router.cc:1018] [C1][S16464315635304194439] pool ready
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=55
[2018-12-18 03:16:10.476][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 55 bytes, end_stream false
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.476][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.476][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.476][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.477][772194][debug][router] [source/common/router/router.cc:1018] [C1][S11755031350606881097] pool ready
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=55
[2018-12-18 03:16:10.477][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 55 bytes, end_stream false
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.477][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.477][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.477][772194][debug][router] [source/common/router/router.cc:1018] [C1][S1771925943224121470] pool ready
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=54
[2018-12-18 03:16:10.477][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 54 bytes, end_stream false
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.477][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.477][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.477][772194][debug][router] [source/common/router/router.cc:1018] [C1][S1135191507505914126] pool ready
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=54
[2018-12-18 03:16:10.477][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 54 bytes, end_stream false
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.477][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.477][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.477][772194][debug][router] [source/common/router/router.cc:1018] [C1][S11143054127294817247] pool ready
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=54
[2018-12-18 03:16:10.477][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 54 bytes, end_stream false
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.477][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.477][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.477][772194][debug][router] [source/common/router/router.cc:1018] [C1][S13714963152732281752] pool ready
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=53
[2018-12-18 03:16:10.477][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 53 bytes, end_stream false
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.477][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.477][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.477][772194][debug][router] [source/common/router/router.cc:1018] [C1][S1008296363873124309] pool ready
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=54
[2018-12-18 03:16:10.477][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 54 bytes, end_stream false
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.477][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.477][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.477][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.478][772194][debug][router] [source/common/router/router.cc:1018] [C1][S5638068657090900763] pool ready
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=54
[2018-12-18 03:16:10.478][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 54 bytes, end_stream false
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.478][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.478][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.478][772194][debug][router] [source/common/router/router.cc:1018] [C1][S7622071079758654036] pool ready
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=54
[2018-12-18 03:16:10.478][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 54 bytes, end_stream false
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.478][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.478][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.478][772194][debug][router] [source/common/router/router.cc:1018] [C1][S865355279454237881] pool ready
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=54
[2018-12-18 03:16:10.478][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 54 bytes, end_stream false
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.478][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.478][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.478][772194][debug][router] [source/common/router/router.cc:1018] [C1][S14171412282486744327] pool ready
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=54
[2018-12-18 03:16:10.478][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 54 bytes, end_stream false
[2018-12-18 03:16:10.478][772194][debug][connection] [source/common/network/connection_impl.cc:430] [C2] onAboveWriteBufferHighWatermark
[2018-12-18 03:16:10.478][772194][debug][http] [source/common/http/conn_manager_impl.cc:1672] [C1][S14171412282486744327] Read-disabling downstream stream due to filter callbacks.
[2018-12-18 03:16:10.478][772194][debug][http2] [source/common/http/http2/codec_impl.cc:155] [C1] Stream 33 disabled, unconsumed_bytes 0 read_disable_count 0
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.478][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.478][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.478][772194][debug][router] [source/common/router/router.cc:1018] [C1][S13863931603446384700] pool ready
[2018-12-18 03:16:10.478][772194][debug][http] [source/common/http/conn_manager_impl.cc:1672] [C1][S13863931603446384700] Read-disabling downstream stream due to filter callbacks.
[2018-12-18 03:16:10.478][772194][debug][http2] [source/common/http/http2/codec_impl.cc:155] [C1] Stream 35 disabled, unconsumed_bytes 0 read_disable_count 0
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=54
[2018-12-18 03:16:10.478][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 54 bytes, end_stream false
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.478][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.478][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.478][772194][debug][router] [source/common/router/router.cc:1018] [C1][S4099461099928820927] pool ready
[2018-12-18 03:16:10.478][772194][debug][http] [source/common/http/conn_manager_impl.cc:1672] [C1][S4099461099928820927] Read-disabling downstream stream due to filter callbacks.
[2018-12-18 03:16:10.478][772194][debug][http2] [source/common/http/http2/codec_impl.cc:155] [C1] Stream 37 disabled, unconsumed_bytes 0 read_disable_count 0
[2018-12-18 03:16:10.478][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=54
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 54 bytes, end_stream false
[2018-12-18 03:16:10.479][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.479][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.479][772194][debug][pool] [source/common/http/http2/conn_pool.cc:83] [C2] creating stream
[2018-12-18 03:16:10.479][772194][debug][router] [source/common/router/router.cc:1018] [C1][S15528265701162405503] pool ready
[2018-12-18 03:16:10.479][772194][debug][http] [source/common/http/conn_manager_impl.cc:1672] [C1][S15528265701162405503] Read-disabling downstream stream due to filter callbacks.
[2018-12-18 03:16:10.479][772194][debug][http2] [source/common/http/http2/codec_impl.cc:155] [C1] Stream 39 disabled, unconsumed_bytes 0 read_disable_count 0
[2018-12-18 03:16:10.479][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=54
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 54 bytes, end_stream false
[2018-12-18 03:16:10.479][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=1
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/connection_impl.cc:507] [C2] write ready
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C2] write returns: 553
[2018-12-18 03:16:10.479][772009][trace][connection] [source/common/network/connection_impl.cc:439] [C3] socket event: 1
[2018-12-18 03:16:10.479][772194][debug][connection] [source/common/network/connection_impl.cc:421] [C2] onBelowWriteBufferLowWatermark
[2018-12-18 03:16:10.479][772009][trace][connection] [source/common/network/connection_impl.cc:477] [C3] read ready
[2018-12-18 03:16:10.479][772194][debug][http] [source/common/http/conn_manager_impl.cc:1696] [C1][S15528265701162405503] Read-enabling downstream stream due to filter callbacks.
[2018-12-18 03:16:10.479][772009][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C3] read returns: 1056
[2018-12-18 03:16:10.479][772194][debug][http2] [source/common/http/http2/codec_impl.cc:155] [C1] Stream 39 enabled, unconsumed_bytes 0 read_disable_count 1
[2018-12-18 03:16:10.479][772009][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C3] read returns: -1
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C2] write returns: 503
[2018-12-18 03:16:10.479][772009][trace][connection] [source/common/network/raw_buffer_socket.cc:29] [C3] read error: 35
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:341] [C3] dispatching 1056 bytes
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C2] write returns: 189
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=4
[2018-12-18 03:16:10.479][772194][trace][main] [source/common/event/dispatcher_impl.cc:53] clearing deferred deletion list (size=4)
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=8
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/connection_impl.cc:439] [C2] socket event: 2
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/connection_impl.cc:507] [C2] write ready
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/connection_impl.cc:439] [C1] socket event: 1
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/connection_impl.cc:477] [C1] read ready
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C1] read returns: 18
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C1] read returns: -1
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:29] [C1] read error: 35
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.479][772194][trace][http2] [source/common/http/http2/codec_impl.cc:341] [C1] dispatching 18 bytes
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.479][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=0
[2018-12-18 03:16:10.479][772194][debug][http] [source/common/http/conn_manager_impl.cc:953] [C1][S15528265701162405503] request end stream
[2018-12-18 03:16:10.479][772194][trace][router] [source/common/router/router.cc:918] [C1][S15528265701162405503] proxying 0 bytes
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.479][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=0
[2018-12-18 03:16:10.479][772194][trace][http] [source/common/http/conn_manager_impl.cc:849] [C1][S15528265701162405503] decode data called: filter=0x4935400 status=3
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.479][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C1] recv frame type=4
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.479][772194][trace][http2] [source/common/http/http2/codec_impl.cc:356] [C1] dispatched 18 bytes
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/connection_impl.cc:439] [C2] socket event: 2
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/connection_impl.cc:507] [C2] write ready
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C2] write returns: 9
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/connection_impl.cc:439] [C2] socket event: 2
[2018-12-18 03:16:10.479][772194][trace][connection] [source/common/network/connection_impl.cc:507] [C2] write ready
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.479][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:356] [C3] dispatched 1056 bytes
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C3] send data: bytes=21
[2018-12-18 03:16:10.480][772009][trace][connection] [source/common/network/connection_impl.cc:376] [C3] writing 21 bytes, end_stream false
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C3] sent frame type=4
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C3] send data: bytes=9
[2018-12-18 03:16:10.480][772009][trace][connection] [source/common/network/connection_impl.cc:376] [C3] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C3] sent frame type=4
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C3] send data: bytes=13
[2018-12-18 03:16:10.480][772009][trace][connection] [source/common/network/connection_impl.cc:376] [C3] writing 13 bytes, end_stream false
[2018-12-18 03:16:10.480][772009][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C3] sent frame type=8
[2018-12-18 03:16:10.480][772009][trace][connection] [source/common/network/connection_impl.cc:439] [C3] socket event: 2
[2018-12-18 03:16:10.480][772009][trace][connection] [source/common/network/connection_impl.cc:507] [C3] write ready
[2018-12-18 03:16:10.480][772009][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C3] write returns: 43
[2018-12-18 03:16:10.480][772009][trace][connection] [source/common/network/connection_impl.cc:439] [C3] socket event: 3
[2018-12-18 03:16:10.480][772194][trace][connection] [source/common/network/connection_impl.cc:439] [C2] socket event: 1
[2018-12-18 03:16:10.480][772009][trace][connection] [source/common/network/connection_impl.cc:507] [C3] write ready
[2018-12-18 03:16:10.480][772194][trace][connection] [source/common/network/connection_impl.cc:477] [C2] read ready
[2018-12-18 03:16:10.480][772009][trace][connection] [source/common/network/connection_impl.cc:477] [C3] read ready
[2018-12-18 03:16:10.481][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C2] read returns: 43
[2018-12-18 03:16:10.481][772009][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C3] read returns: 198
[2018-12-18 03:16:10.481][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C2] read returns: -1
[2018-12-18 03:16:10.481][772009][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C3] read returns: -1
[2018-12-18 03:16:10.481][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:29] [C2] read error: 35
[2018-12-18 03:16:10.481][772009][trace][connection] [source/common/network/raw_buffer_socket.cc:29] [C3] read error: 35
[2018-12-18 03:16:10.481][772194][trace][http2] [source/common/http/http2/codec_impl.cc:341] [C2] dispatching 43 bytes
[2018-12-18 03:16:10.481][772009][trace][http2] [source/common/http/http2/codec_impl.cc:341] [C3] dispatching 198 bytes
[2018-12-18 03:16:10.481][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C2] recv frame type=4
[2018-12-18 03:16:10.481][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.481][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C2] recv frame type=4
[2018-12-18 03:16:10.481][772194][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C2] recv frame type=8
[2018-12-18 03:16:10.481][772194][trace][http2] [source/common/http/http2/codec_impl.cc:356] [C2] dispatched 43 bytes
[2018-12-18 03:16:10.481][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C2] send data: bytes=9
[2018-12-18 03:16:10.481][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.481][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C2] writing 9 bytes, end_stream false
[2018-12-18 03:16:10.481][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.481][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C2] sent frame type=4
[2018-12-18 03:16:10.481][772194][trace][connection] [source/common/network/connection_impl.cc:439] [C2] socket event: 2
[2018-12-18 03:16:10.481][772194][trace][connection] [source/common/network/connection_impl.cc:507] [C2] write ready
[2018-12-18 03:16:10.481][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.481][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.481][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C2] write returns: 9
[2018-12-18 03:16:10.481][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=1
[2018-12-18 03:16:10.481][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=0
[2018-12-18 03:16:10.481][772009][trace][http2] [source/common/http/http2/codec_impl.cc:356] [C3] dispatched 198 bytes
[2018-12-18 03:16:10.481][772194][trace][connection] [source/common/network/connection_impl.cc:439] [C2] socket event: 2
[2018-12-18 03:16:10.481][772009][trace][connection] [source/common/network/connection_impl.cc:439] [C3] socket event: 1
[2018-12-18 03:16:10.481][772194][trace][connection] [source/common/network/connection_impl.cc:507] [C2] write ready
[2018-12-18 03:16:10.481][772009][trace][connection] [source/common/network/connection_impl.cc:477] [C3] read ready
[2018-12-18 03:16:10.481][772009][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C3] read returns: 9
[2018-12-18 03:16:10.481][772009][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C3] read returns: -1
[2018-12-18 03:16:10.481][772009][trace][connection] [source/common/network/raw_buffer_socket.cc:29] [C3] read error: 35
[2018-12-18 03:16:10.481][772009][trace][http2] [source/common/http/http2/codec_impl.cc:341] [C3] dispatching 9 bytes
[2018-12-18 03:16:10.481][772009][trace][http2] [source/common/http/http2/codec_impl.cc:399] [C3] recv frame type=4
[2018-12-18 03:16:10.481][772009][trace][http2] [source/common/http/http2/codec_impl.cc:356] [C3] dispatched 9 bytes
[2018-12-18 03:16:15.422][772037][debug][main] [source/server/server.cc:143] flushing stats
[2018-12-18 03:16:20.424][772037][debug][main] [source/server/server.cc:143] flushing stats
test/integration/http2_upstream_integration_test.cc:329: Failure
Value of: fake_upstream_connection_->waitForNewStream(*dispatcher_, upstream_requests.back())
Actual: false (Timed out waiting for new stream.)
Expected: true
[2018-12-18 03:16:20.482][772009][debug][connection] [source/common/network/connection_impl.cc:101] [C3] closing data_to_write=0 type=0
[2018-12-18 03:16:20.482][772009][debug][connection] [source/common/network/connection_impl.cc:183] [C3] closing socket: 1
[2018-12-18 03:16:20.483][772009][debug][testing] [source/server/connection_handler_impl.cc:68] [C3] adding to cleanup list
[2018-12-18 03:16:20.483][772194][trace][connection] [source/common/network/connection_impl.cc:439] [C2] socket event: 1
[2018-12-18 03:16:20.483][772009][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=1)
[2018-12-18 03:16:20.483][772194][trace][connection] [source/common/network/connection_impl.cc:477] [C2] read ready
[2018-12-18 03:16:20.483][772009][trace][main] [source/common/event/dispatcher_impl.cc:53] clearing deferred deletion list (size=1)
[2018-12-18 03:16:20.483][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C2] read returns: 0
[2018-12-18 03:16:20.483][771224][trace][testing] [test/integration/fake_upstream.cc:258] FakeConnectionBase waiting for disconnect
[2018-12-18 03:16:20.483][772194][debug][connection] [source/common/network/connection_impl.cc:501] [C2] remote close
[2018-12-18 03:16:20.483][771224][trace][testing] [test/integration/fake_upstream.cc:279] FakeConnectionBase done waiting for disconnect
[2018-12-18 03:16:20.483][772194][debug][connection] [source/common/network/connection_impl.cc:183] [C2] closing socket: 0
[2018-12-18 03:16:20.483][771224][debug][connection] [source/common/network/connection_impl.cc:101] [C0] closing data_to_write=0 type=1
[2018-12-18 03:16:20.483][771224][debug][connection] [source/common/network/connection_impl.cc:183] [C0] closing socket: 1
[2018-12-18 03:16:20.483][772194][debug][client] [source/common/http/codec_client.cc:82] [C2] disconnect. resetting 18 pending requests
[2018-12-18 03:16:20.483][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:82] [C0] disconnect. resetting 18 pending requests
[2018-12-18 03:16:20.483][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=1)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 17 remaining
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=1)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][772194][debug][router] [source/common/router/router.cc:476] [C1][S15528265701162405503] upstream reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=2)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=3)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=4)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=5)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=6)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=7)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=8)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=9)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=10)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=11)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=12)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=13)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=14)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=15)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=16)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=17)
[2018-12-18 03:16:20.483][771224][debug][client] [source/common/http/codec_client.cc:105] [C0] request reset
[2018-12-18 03:16:20.483][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=18)
[2018-12-18 03:16:20.483][771224][info][testing] [test/integration/server.cc:171] stopping integration test server
[2018-12-18 03:16:20.483][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S15528265701162405503] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.484][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=58
[2018-12-18 03:16:20.484][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 58 bytes, end_stream false
[2018-12-18 03:16:20.484][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.484][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S15528265701162405503] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.484][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.484][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.484][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.484][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=2)
[2018-12-18 03:16:20.484][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=3)
[2018-12-18 03:16:20.484][771224][debug][client] [source/common/http/codec_client.cc:26] [C4] connecting
[2018-12-18 03:16:20.484][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.484][771224][debug][connection] [source/common/network/connection_impl.cc:634] [C4] connecting to [::1]:63541
[2018-12-18 03:16:20.484][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=4)
[2018-12-18 03:16:20.484][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 16 remaining
[2018-12-18 03:16:20.484][772194][debug][router] [source/common/router/router.cc:476] [C1][S4099461099928820927] upstream reset
[2018-12-18 03:16:20.484][771224][debug][connection] [source/common/network/connection_impl.cc:643] [C4] connection in progress
[2018-12-18 03:16:20.484][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S4099461099928820927] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.484][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.484][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.484][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.484][771224][trace][connection] [source/common/network/connection_impl.cc:376] [C4] writing 62 bytes, end_stream false
[2018-12-18 03:16:20.484][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S4099461099928820927] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.484][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.484][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.484][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.484][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=5)
[2018-12-18 03:16:20.484][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=6)
[2018-12-18 03:16:20.484][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.484][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=7)
[2018-12-18 03:16:20.484][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 15 remaining
[2018-12-18 03:16:20.484][772194][debug][router] [source/common/router/router.cc:476] [C1][S13863931603446384700] upstream reset
[2018-12-18 03:16:20.484][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C4] socket event: 2
[2018-12-18 03:16:20.484][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S13863931603446384700] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.484][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C4] write ready
[2018-12-18 03:16:20.484][771224][debug][connection] [source/common/network/connection_impl.cc:516] [C4] connected
[2018-12-18 03:16:20.484][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.484][771224][debug][client] [source/common/http/codec_client.cc:64] [C4] connected
[2018-12-18 03:16:20.484][772037][debug][main] [source/server/connection_handler_impl.cc:256] [C5] new connection
[2018-12-18 03:16:20.484][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C4] write ready
[2018-12-18 03:16:20.484][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.484][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.484][772037][trace][connection] [source/common/network/connection_impl.cc:439] [C5] socket event: 2
[2018-12-18 03:16:20.484][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S13863931603446384700] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.484][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C4] write returns: 62
[2018-12-18 03:16:20.484][772037][trace][connection] [source/common/network/connection_impl.cc:507] [C5] write ready
[2018-12-18 03:16:20.484][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.484][772037][trace][connection] [source/common/network/connection_impl.cc:439] [C5] socket event: 1
[2018-12-18 03:16:20.484][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.484][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C4] socket event: 2
[2018-12-18 03:16:20.484][772037][trace][connection] [source/common/network/connection_impl.cc:477] [C5] read ready
[2018-12-18 03:16:20.484][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.484][771224][trace][connection] [source/common/network/connection_impl.cc:507] [C4] write ready
[2018-12-18 03:16:20.484][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=8)
[2018-12-18 03:16:20.484][772037][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C5] read returns: 62
[2018-12-18 03:16:20.484][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=9)
[2018-12-18 03:16:20.484][772037][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C5] read returns: -1
[2018-12-18 03:16:20.484][772037][trace][connection] [source/common/network/raw_buffer_socket.cc:29] [C5] read error: 35
[2018-12-18 03:16:20.484][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.484][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=10)
[2018-12-18 03:16:20.484][772037][trace][http] [source/common/http/http1/codec_impl.cc:348] [C5] parsing 62 bytes
[2018-12-18 03:16:20.484][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 14 remaining
[2018-12-18 03:16:20.484][772037][trace][http] [source/common/http/http1/codec_impl.cc:446] [C5] message begin
[2018-12-18 03:16:20.484][772194][debug][router] [source/common/router/router.cc:476] [C1][S14171412282486744327] upstream reset
[2018-12-18 03:16:20.484][772037][debug][http] [source/common/http/conn_manager_impl.cc:200] [C5] new stream
[2018-12-18 03:16:20.484][772037][trace][http] [source/common/http/http1/codec_impl.cc:316] [C5] completed header: key=host value=host
[2018-12-18 03:16:20.484][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S14171412282486744327] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.484][772037][trace][http] [source/common/http/http1/codec_impl.cc:412] [C5] headers complete
[2018-12-18 03:16:20.484][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.484][772037][trace][http] [source/common/http/http1/codec_impl.cc:316] [C5] completed header: key=content-length value=0
[2018-12-18 03:16:20.484][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.484][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.484][772037][trace][http] [source/common/http/http1/codec_impl.cc:433] [C5] message complete
[2018-12-18 03:16:20.484][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S14171412282486744327] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.484][772037][debug][http] [source/common/http/conn_manager_impl.cc:537] [C5][S1622066692727186133] request headers complete (end_stream=true):
':authority', 'host'
':path', '/quitquitquit'
':method', 'POST'
'content-length', '0'
[2018-12-18 03:16:20.484][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.484][772037][debug][http] [source/common/http/conn_manager_impl.cc:953] [C5][S1622066692727186133] request end stream
[2018-12-18 03:16:20.484][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.484][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.485][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=11)
[2018-12-18 03:16:20.485][772037][debug][admin] [source/server/http/admin.cc:938] [C5][S1622066692727186133] request complete: path: /quitquitquit
[2018-12-18 03:16:20.485][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=12)
[2018-12-18 03:16:20.485][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.485][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=13)
[2018-12-18 03:16:20.485][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 13 remaining
[2018-12-18 03:16:20.485][772194][debug][router] [source/common/router/router.cc:476] [C1][S865355279454237881] upstream reset
[2018-12-18 03:16:20.485][772037][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C5][S1622066692727186133] encoding headers via codec (end_stream=false):
':status', '200'
'content-type', 'text/plain; charset=UTF-8'
'cache-control', 'no-cache, max-age=0'
'x-content-type-options', 'nosniff'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.485][772037][trace][connection] [source/common/network/connection_impl.cc:376] [C5] writing 209 bytes, end_stream false
[2018-12-18 03:16:20.485][772037][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C5][S1622066692727186133] encoding data via codec (size=3 end_stream=true)
[2018-12-18 03:16:20.485][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S865355279454237881] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.485][772037][trace][connection] [source/common/network/connection_impl.cc:376] [C5] writing 13 bytes, end_stream false
[2018-12-18 03:16:20.485][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.485][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.485][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.485][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S865355279454237881] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.485][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.485][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.485][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.485][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=14)
[2018-12-18 03:16:20.485][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=15)
[2018-12-18 03:16:20.485][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.485][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=16)
[2018-12-18 03:16:20.485][772037][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=1)
[2018-12-18 03:16:20.485][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 12 remaining
[2018-12-18 03:16:20.485][772037][trace][http] [source/common/http/conn_manager_impl.cc:772] [C5][S1622066692727186133] decode headers called: filter=0x48f3810 status=1
[2018-12-18 03:16:20.485][772194][debug][router] [source/common/router/router.cc:476] [C1][S7622071079758654036] upstream reset
[2018-12-18 03:16:20.485][772037][trace][http] [source/common/http/http1/codec_impl.cc:369] [C5] parsed 62 bytes
[2018-12-18 03:16:20.485][772037][trace][connection] [source/common/network/connection_impl.cc:439] [C5] socket event: 2
[2018-12-18 03:16:20.485][772037][trace][connection] [source/common/network/connection_impl.cc:507] [C5] write ready
[2018-12-18 03:16:20.485][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S7622071079758654036] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.485][772037][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C5] write returns: 222
[2018-12-18 03:16:20.485][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.485][772037][trace][main] [source/common/event/dispatcher_impl.cc:53] clearing deferred deletion list (size=1)
[2018-12-18 03:16:20.485][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.485][771224][trace][connection] [source/common/network/connection_impl.cc:439] [C4] socket event: 1
[2018-12-18 03:16:20.485][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.485][771224][trace][connection] [source/common/network/connection_impl.cc:477] [C4] read ready
[2018-12-18 03:16:20.485][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S7622071079758654036] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.485][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C4] read returns: 222
[2018-12-18 03:16:20.485][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.485][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:21] [C4] read returns: -1
[2018-12-18 03:16:20.485][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.485][771224][trace][connection] [source/common/network/raw_buffer_socket.cc:29] [C4] read error: 35
[2018-12-18 03:16:20.485][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.485][771224][trace][http] [source/common/http/http1/codec_impl.cc:348] [C4] parsing 222 bytes
[2018-12-18 03:16:20.485][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=17)
[2018-12-18 03:16:20.485][771224][trace][http] [source/common/http/http1/codec_impl.cc:446] [C4] message begin
[2018-12-18 03:16:20.485][771224][trace][http] [source/common/http/http1/codec_impl.cc:316] [C4] completed header: key=content-type value=text/plain; charset=UTF-8
[2018-12-18 03:16:20.485][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=18)
[2018-12-18 03:16:20.485][771224][trace][http] [source/common/http/http1/codec_impl.cc:316] [C4] completed header: key=cache-control value=no-cache, max-age=0
[2018-12-18 03:16:20.485][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.485][772037][info][main] [source/server/server.cc:462] main dispatch loop exited
[2018-12-18 03:16:20.485][771224][trace][http] [source/common/http/http1/codec_impl.cc:316] [C4] completed header: key=x-content-type-options value=nosniff
[2018-12-18 03:16:20.485][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=19)
[2018-12-18 03:16:20.485][771224][trace][http] [source/common/http/http1/codec_impl.cc:316] [C4] completed header: key=date value=Tue, 18 Dec 2018 03:16:20 GMT
[2018-12-18 03:16:20.485][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 11 remaining
[2018-12-18 03:16:20.485][771224][trace][http] [source/common/http/http1/codec_impl.cc:316] [C4] completed header: key=server value=envoy
[2018-12-18 03:16:20.485][772194][debug][router] [source/common/router/router.cc:476] [C1][S5638068657090900763] upstream reset
[2018-12-18 03:16:20.485][771224][trace][http] [source/common/http/http1/codec_impl.cc:412] [C4] headers complete
[2018-12-18 03:16:20.485][771224][trace][http] [source/common/http/http1/codec_impl.cc:316] [C4] completed header: key=transfer-encoding value=chunked
[2018-12-18 03:16:20.485][771224][trace][http] [source/common/http/http1/codec_impl.cc:433] [C4] message complete
[2018-12-18 03:16:20.485][771224][trace][http] [source/common/http/http1/codec_impl.cc:738] [C4] message complete
[2018-12-18 03:16:20.485][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S5638068657090900763] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.485][771224][debug][client] [source/common/http/codec_client.cc:95] [C4] response complete
[2018-12-18 03:16:20.485][771224][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=1)
[2018-12-18 03:16:20.485][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.485][771224][debug][connection] [source/common/network/connection_impl.cc:101] [C4] closing data_to_write=0 type=1
[2018-12-18 03:16:20.485][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.485][771224][debug][connection] [source/common/network/connection_impl.cc:183] [C4] closing socket: 1
[2018-12-18 03:16:20.485][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.485][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S5638068657090900763] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.485][771224][debug][client] [source/common/http/codec_client.cc:82] [C4] disconnect. resetting 0 pending requests
[2018-12-18 03:16:20.485][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.485][771224][trace][http] [source/common/http/http1/codec_impl.cc:369] [C4] parsed 222 bytes
[2018-12-18 03:16:20.485][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.485][771224][trace][main] [source/common/event/dispatcher_impl.cc:53] clearing deferred deletion list (size=1)
[2018-12-18 03:16:20.485][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.485][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=20)
[2018-12-18 03:16:20.485][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=21)
[2018-12-18 03:16:20.485][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.485][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=22)
[2018-12-18 03:16:20.485][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 10 remaining
[2018-12-18 03:16:20.485][772194][debug][router] [source/common/router/router.cc:476] [C1][S1008296363873124309] upstream reset
[2018-12-18 03:16:20.485][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S1008296363873124309] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.485][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.485][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.485][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.486][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S1008296363873124309] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.486][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.486][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.486][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.486][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=23)
[2018-12-18 03:16:20.486][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=24)
[2018-12-18 03:16:20.486][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.486][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=25)
[2018-12-18 03:16:20.486][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 9 remaining
[2018-12-18 03:16:20.486][772194][debug][router] [source/common/router/router.cc:476] [C1][S13714963152732281752] upstream reset
[2018-12-18 03:16:20.486][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S13714963152732281752] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.486][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.486][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.486][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.486][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S13714963152732281752] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.486][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.486][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.486][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.486][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=26)
[2018-12-18 03:16:20.486][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=27)
[2018-12-18 03:16:20.486][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.486][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=28)
[2018-12-18 03:16:20.486][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 8 remaining
[2018-12-18 03:16:20.486][772194][debug][router] [source/common/router/router.cc:476] [C1][S11143054127294817247] upstream reset
[2018-12-18 03:16:20.486][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S11143054127294817247] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.486][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.486][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.486][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.486][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S11143054127294817247] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.486][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.486][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.486][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.486][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=29)
[2018-12-18 03:16:20.486][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=30)
[2018-12-18 03:16:20.486][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.486][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=31)
[2018-12-18 03:16:20.486][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 7 remaining
[2018-12-18 03:16:20.486][772194][debug][router] [source/common/router/router.cc:476] [C1][S1135191507505914126] upstream reset
[2018-12-18 03:16:20.486][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S1135191507505914126] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.486][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.486][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.486][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.487][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S1135191507505914126] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.487][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.487][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.487][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.487][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=32)
[2018-12-18 03:16:20.487][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=33)
[2018-12-18 03:16:20.487][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.487][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=34)
[2018-12-18 03:16:20.487][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 6 remaining
[2018-12-18 03:16:20.487][772194][debug][router] [source/common/router/router.cc:476] [C1][S1771925943224121470] upstream reset
[2018-12-18 03:16:20.487][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S1771925943224121470] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.487][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.487][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.487][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.487][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S1771925943224121470] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.487][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.487][772194][debug][connection] [source/common/network/connection_impl.cc:430] [C1] onAboveWriteBufferHighWatermark
[2018-12-18 03:16:20.487][772194][debug][http] [source/common/http/conn_manager_impl.cc:1364] [C1][S11755031350606881097] Disabling upstream stream due to downstream stream watermark.
[2018-12-18 03:16:20.487][772194][debug][http2] [source/common/http/http2/codec_impl.cc:155] [C2] Stream 11 disabled, unconsumed_bytes 0 read_disable_count 0
[2018-12-18 03:16:20.487][772194][debug][http] [source/common/http/conn_manager_impl.cc:1364] [C1][S16464315635304194439] Disabling upstream stream due to downstream stream watermark.
[2018-12-18 03:16:20.487][772194][debug][http2] [source/common/http/http2/codec_impl.cc:155] [C2] Stream 9 disabled, unconsumed_bytes 0 read_disable_count 0
[2018-12-18 03:16:20.487][772194][debug][http] [source/common/http/conn_manager_impl.cc:1364] [C1][S13906985235615915116] Disabling upstream stream due to downstream stream watermark.
[2018-12-18 03:16:20.487][772194][debug][http2] [source/common/http/http2/codec_impl.cc:155] [C2] Stream 7 disabled, unconsumed_bytes 0 read_disable_count 0
[2018-12-18 03:16:20.487][772194][debug][http] [source/common/http/conn_manager_impl.cc:1364] [C1][S4275287927332941536] Disabling upstream stream due to downstream stream watermark.
[2018-12-18 03:16:20.487][772194][debug][http2] [source/common/http/http2/codec_impl.cc:155] [C2] Stream 5 disabled, unconsumed_bytes 0 read_disable_count 0
[2018-12-18 03:16:20.487][772194][debug][http] [source/common/http/conn_manager_impl.cc:1364] [C1][S12120070038487487606] Disabling upstream stream due to downstream stream watermark.
[2018-12-18 03:16:20.487][772194][debug][http2] [source/common/http/http2/codec_impl.cc:155] [C2] Stream 3 disabled, unconsumed_bytes 0 read_disable_count 0
[2018-12-18 03:16:20.487][772194][debug][http] [source/common/http/conn_manager_impl.cc:1364] [C1][S6168441762247789227] Disabling upstream stream due to downstream stream watermark.
[2018-12-18 03:16:20.487][772194][debug][http2] [source/common/http/http2/codec_impl.cc:155] [C2] Stream 1 disabled, unconsumed_bytes 0 read_disable_count 0
[2018-12-18 03:16:20.487][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.487][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.487][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=35)
[2018-12-18 03:16:20.487][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=36)
[2018-12-18 03:16:20.487][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.487][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=37)
[2018-12-18 03:16:20.487][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 5 remaining
[2018-12-18 03:16:20.487][772194][debug][router] [source/common/router/router.cc:476] [C1][S11755031350606881097] upstream reset
[2018-12-18 03:16:20.487][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S11755031350606881097] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.487][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.487][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.487][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.487][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S11755031350606881097] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.487][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.487][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.487][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.487][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=38)
[2018-12-18 03:16:20.487][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=39)
[2018-12-18 03:16:20.487][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.487][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=40)
[2018-12-18 03:16:20.488][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 4 remaining
[2018-12-18 03:16:20.488][772194][debug][router] [source/common/router/router.cc:476] [C1][S16464315635304194439] upstream reset
[2018-12-18 03:16:20.488][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S16464315635304194439] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.488][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.488][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.488][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.488][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S16464315635304194439] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.488][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.488][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.488][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.488][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=41)
[2018-12-18 03:16:20.488][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=42)
[2018-12-18 03:16:20.488][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.488][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=43)
[2018-12-18 03:16:20.488][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 3 remaining
[2018-12-18 03:16:20.488][772194][debug][router] [source/common/router/router.cc:476] [C1][S13906985235615915116] upstream reset
[2018-12-18 03:16:20.488][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S13906985235615915116] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.488][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.488][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.488][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.488][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S13906985235615915116] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.488][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.488][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.488][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.488][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=44)
[2018-12-18 03:16:20.488][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=45)
[2018-12-18 03:16:20.488][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.488][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=46)
[2018-12-18 03:16:20.488][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 2 remaining
[2018-12-18 03:16:20.488][772194][debug][router] [source/common/router/router.cc:476] [C1][S4275287927332941536] upstream reset
[2018-12-18 03:16:20.488][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S4275287927332941536] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.488][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.488][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.488][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.488][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S4275287927332941536] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.488][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.488][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.488][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.488][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=47)
[2018-12-18 03:16:20.488][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=48)
[2018-12-18 03:16:20.488][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.488][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=49)
[2018-12-18 03:16:20.488][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 1 remaining
[2018-12-18 03:16:20.488][772194][debug][router] [source/common/router/router.cc:476] [C1][S12120070038487487606] upstream reset
[2018-12-18 03:16:20.489][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S12120070038487487606] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.489][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.489][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.489][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.489][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S12120070038487487606] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.489][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.489][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.489][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.489][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=50)
[2018-12-18 03:16:20.489][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=51)
[2018-12-18 03:16:20.489][772194][debug][client] [source/common/http/codec_client.cc:105] [C2] request reset
[2018-12-18 03:16:20.489][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=52)
[2018-12-18 03:16:20.489][772194][debug][pool] [source/common/http/http2/conn_pool.cc:222] [C2] destroying stream: 0 remaining
[2018-12-18 03:16:20.489][772194][debug][router] [source/common/router/router.cc:476] [C1][S6168441762247789227] upstream reset
[2018-12-18 03:16:20.489][772194][debug][http] [source/common/http/conn_manager_impl.cc:1188] [C1][S6168441762247789227] encoding headers via codec (end_stream=false):
':status', '503'
'content-length', '57'
'content-type', 'text/plain'
'date', 'Tue, 18 Dec 2018 03:16:20 GMT'
'server', 'envoy'
[2018-12-18 03:16:20.489][772194][trace][http2] [source/common/http/http2/codec_impl.cc:555] [C1] send data: bytes=18
[2018-12-18 03:16:20.489][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 18 bytes, end_stream false
[2018-12-18 03:16:20.489][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=1
[2018-12-18 03:16:20.489][772194][trace][http] [source/common/http/conn_manager_impl.cc:1302] [C1][S6168441762247789227] encoding data via codec (size=57 end_stream=true)
[2018-12-18 03:16:20.489][772194][trace][connection] [source/common/network/connection_impl.cc:376] [C1] writing 66 bytes, end_stream false
[2018-12-18 03:16:20.489][772194][trace][http2] [source/common/http/http2/codec_impl.cc:509] [C1] sent frame type=0
[2018-12-18 03:16:20.489][772194][debug][http2] [source/common/http/http2/codec_impl.cc:564] [C1] stream closed: 0
[2018-12-18 03:16:20.489][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=53)
[2018-12-18 03:16:20.489][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=54)
[2018-12-18 03:16:20.489][772194][debug][pool] [source/common/http/http2/conn_pool.cc:136] [C2] client disconnected
[2018-12-18 03:16:20.489][772194][debug][pool] [source/common/http/http2/conn_pool.cc:160] [C2] destroying primary client
[2018-12-18 03:16:20.489][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=55)
[2018-12-18 03:16:20.489][772194][trace][main] [source/common/event/dispatcher_impl.cc:53] clearing deferred deletion list (size=55)
[2018-12-18 03:16:20.489][772194][trace][connection] [source/common/network/connection_impl.cc:439] [C1] socket event: 2
[2018-12-18 03:16:20.489][772194][trace][connection] [source/common/network/connection_impl.cc:507] [C1] write ready
[2018-12-18 03:16:20.489][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C1] write returns: 478
[2018-12-18 03:16:20.489][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C1] write returns: 429
[2018-12-18 03:16:20.489][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:62] [C1] write returns: -1
[2018-12-18 03:16:20.489][772194][trace][connection] [source/common/network/raw_buffer_socket.cc:66] [C1] write error: 32 (Broken pipe)
[2018-12-18 03:16:20.489][772194][debug][connection] [source/common/network/connection_impl.cc:183] [C1] closing socket: 0
[2018-12-18 03:16:20.490][772194][debug][main] [source/server/connection_handler_impl.cc:68] [C1] adding to cleanup list
[2018-12-18 03:16:20.490][772194][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=1)
[2018-12-18 03:16:20.490][772194][trace][main] [source/common/event/dispatcher_impl.cc:53] clearing deferred deletion list (size=1)
[2018-12-18 03:16:20.490][772194][debug][main] [source/server/worker_impl.cc:102] worker exited dispatch loop
[2018-12-18 03:16:20.490][772194][debug][grpc] [source/common/grpc/google_async_client_impl.cc:31] Joining completionThread
[2018-12-18 03:16:20.490][772195][debug][grpc] [source/common/grpc/google_async_client_impl.cc:64] completionThread exiting
[2018-12-18 03:16:20.490][772194][debug][grpc] [source/common/grpc/google_async_client_impl.cc:33] Joined completionThread
[2018-12-18 03:16:20.490][772194][debug][upstream] [source/common/upstream/cluster_manager_impl.cc:829] shutting down thread local cluster manager
[2018-12-18 03:16:20.490][772037][debug][main] [source/server/server.cc:143] flushing stats
[2018-12-18 03:16:20.490][772037][debug][connection] [source/common/network/connection_impl.cc:101] [C5] closing data_to_write=0 type=1
[2018-12-18 03:16:20.490][772037][debug][connection] [source/common/network/connection_impl.cc:183] [C5] closing socket: 1
[2018-12-18 03:16:20.490][772037][debug][main] [source/server/connection_handler_impl.cc:68] [C5] adding to cleanup list
[2018-12-18 03:16:20.490][772037][trace][main] [source/common/event/dispatcher_impl.cc:127] item added to deferred deletion list (size=1)
[2018-12-18 03:16:20.490][772037][trace][main] [source/common/event/dispatcher_impl.cc:53] clearing deferred deletion list (size=1)
[2018-12-18 03:16:20.490][772037][debug][grpc] [source/common/grpc/google_async_client_impl.cc:31] Joining completionThread
[2018-12-18 03:16:20.490][772080][debug][grpc] [source/common/grpc/google_async_client_impl.cc:64] completionThread exiting
[2018-12-18 03:16:20.490][772037][debug][grpc] [source/common/grpc/google_async_client_impl.cc:33] Joined completionThread
[2018-12-18 03:16:20.491][772037][debug][upstream] [source/common/upstream/cluster_manager_impl.cc:829] shutting down thread local cluster manager
[2018-12-18 03:16:20.491][772037][info][main] [source/server/server.cc:502] exiting
[ FAILED ] IpVersions/Http2UpstreamIntegrationTest.UpstreamConnectionCloseWithManyStreams/IPv6, where GetParam() = 4-byte object <01-00 00-00> (10641 ms)
[----------] 1 test from IpVersions/Http2UpstreamIntegrationTest (10641 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (10641 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] IpVersions/Http2UpstreamIntegrationTest.UpstreamConnectionCloseWithManyStreams/IPv6, where GetParam() = 4-byte object <01-00 00-00>
1 FAILED TEST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment