This is an automated email from the ASF dual-hosted git repository.
mlibbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 6c84242 Reorder milestones to be in start to finish order
6c84242 is described below
commit 6c84242ab7ac7b82aa6508085f6c8f05ca6a81d7
Author: Miles Libbey <[email protected]>
AuthorDate: Mon Apr 17 13:37:52 2017 -0700
Reorder milestones to be in start to finish order
Some of the milestones can happen in parrallel, but this order matches
the order of events seen in log tests.
---
.../api/functions/TSHttpTxnMilestoneGet.en.rst | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/doc/developer-guide/api/functions/TSHttpTxnMilestoneGet.en.rst
b/doc/developer-guide/api/functions/TSHttpTxnMilestoneGet.en.rst
index e45f3c9..c806321 100644
--- a/doc/developer-guide/api/functions/TSHttpTxnMilestoneGet.en.rst
+++ b/doc/developer-guide/api/functions/TSHttpTxnMilestoneGet.en.rst
@@ -45,27 +45,27 @@ is successful.
=============================================== ==========
Value Milestone
=============================================== ==========
+:const:`TS_MILESTONE_SM_START` Transaction state machine is
initialized.
:const:`TS_MILESTONE_UA_BEGIN` The client connection is
accepted.
+:const:`TS_MILESTONE_PLUGIN_ACTIVE` Amount of time plugins were
active plus start time.
+:const:`TS_MILESTONE_PLUGIN_TOTAL` Wall time while plugins were
active plus start time.
:const:`TS_MILESTONE_UA_READ_HEADER_DONE` The request header from the
client has been read and parsed.
-:const:`TS_MILESTONE_UA_BEGIN_WRITE` The response header write to
the client starts.
-:const:`TS_MILESTONE_UA_CLOSE` Last I/O activity on the
client socket, or connection abort.
+:const:`TS_MILESTONE_CACHE_OPEN_READ_BEGIN` Initiate read of the cache.
+:const:`TS_MILESTONE_CACHE_OPEN_READ_END` Initial cache read has
resolved.
+:const:`TS_MILESTONE_CACHE_OPEN_WRITE_BEGIN` Start open for cache write.
+:const:`TS_MILESTONE_CACHE_OPEN_WRITE_END` Cache has been opened for
write.
+:const:`TS_MILESTONE_DNS_LOOKUP_BEGIN` Initiate host resolution in
HostDB
+:const:`TS_MILESTONE_DNS_LOOKUP_END` Host resolution resolves.
:const:`TS_MILESTONE_SERVER_FIRST_CONNECT` First time origin server
connect attempted or shared shared session attached.
:const:`TS_MILESTONE_SERVER_CONNECT` Most recent time origin server
connect attempted or shared session attached.
:const:`TS_MILESTONE_SERVER_CONNECT_END` More recent time a connection
attempt was resolved.
:const:`TS_MILESTONE_SERVER_BEGIN_WRITE` First byte is written to the
origin server connection.
:const:`TS_MILESTONE_SERVER_FIRST_READ` First byte is read from
connection to origin server.
:const:`TS_MILESTONE_SERVER_READ_HEADER_DONE` Origin server response has
been read and parsed.
+:const:`TS_MILESTONE_UA_BEGIN_WRITE` The response header write to
the client starts.
:const:`TS_MILESTONE_SERVER_CLOSE` Last I/O activity on origin
server connection.
-:const:`TS_MILESTONE_CACHE_OPEN_READ_BEGIN` Initiate read of the cache.
-:const:`TS_MILESTONE_CACHE_OPEN_READ_END` Initial cache read has
resolved.
-:const:`TS_MILESTONE_CACHE_OPEN_WRITE_BEGIN` Start open for cache write.
-:const:`TS_MILESTONE_CACHE_OPEN_WRITE_END` Cache has been opened for
write.
-:const:`TS_MILESTONE_DNS_LOOKUP_BEGIN` Initiate host resolution in
HostDB
-:const:`TS_MILESTONE_DNS_LOOKUP_END` Host resolution resolves.
-:const:`TS_MILESTONE_SM_START` Transaction state machine is
initialized.
+:const:`TS_MILESTONE_UA_CLOSE` Last I/O activity on the
client socket, or connection abort.
:const:`TS_MILESTONE_SM_FINISH` Transaction has finished,
state machine final logging has started.
-:const:`TS_MILESTONE_PLUGIN_ACTIVE` Amount of time plugins were
active plus start time.
-:const:`TS_MILESTONE_PLUGIN_TOTAL` Wall time while plugins were
active plus start time.
=============================================== ==========
* The server connect times predate the transmission of the :literal:`SYN`
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].