Skip to content

Commit

Permalink
kong/plugins/zipkin/opentracing.lua: Initialise header_filter_finishe…
Browse files Browse the repository at this point in the history
…d field
  • Loading branch information
james-callahan committed Jul 6, 2018
1 parent 8b2bb53 commit 8c8e791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kong/plugins/zipkin/opentracing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function OpenTracingHandler:initialise_request(conf, ctx)
access_span = nil;
proxy_span = nil;
header_filter_span = nil;
header_filter_finished = false;
body_filter_span = nil;
}
end
Expand Down

0 comments on commit 8c8e791

Please sign in to comment.