Skip to content

Commit

Permalink
Update request lifecycle diagram to include new signals
Browse files Browse the repository at this point in the history
  • Loading branch information
kowalski committed Feb 27, 2018
1 parent e1e82e5 commit 6e3819f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tracing_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Overview
exception[shape=flowchart.terminator, description="on_request_exception"];

acquire_connection[description="Connection acquiring"];
got_response;
send_request;
got_response[description="on_response_chunk_received"];
send_request[description="on_request_chunk_sent"];

start -> acquire_connection;
acquire_connection -> send_request;
Expand Down Expand Up @@ -287,7 +287,7 @@ TraceRequestChunkSentParams


TraceResponseChunkSentParams
---------------------------
----------------------------

.. class:: TraceResponseChunkSentParams

Expand Down

0 comments on commit 6e3819f

Please sign in to comment.