You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2012/12/17 19:19:06 UTC

git commit: Update stale references to HttpStateMachineGet

Updated Branches:
  refs/heads/master 94f29f399 -> 1a3963775


Update stale references to HttpStateMachineGet


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/1a396377
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/1a396377
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/1a396377

Branch: refs/heads/master
Commit: 1a3963775be6a6a9954912d14db0ba5d33ef1e6f
Parents: 94f29f3
Author: James Peach <jp...@apache.org>
Authored: Mon Dec 17 10:18:24 2012 -0800
Committer: James Peach <jp...@apache.org>
Committed: Mon Dec 17 10:18:24 2012 -0800

----------------------------------------------------------------------
 proxy/http/HttpSM.cc |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1a396377/proxy/http/HttpSM.cc
----------------------------------------------------------------------
diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc
index dabaa9b..d124a2f 100644
--- a/proxy/http/HttpSM.cc
+++ b/proxy/http/HttpSM.cc
@@ -1965,7 +1965,7 @@ HttpSM::process_srv_info(HostDBInfo * r)
   DebugSM("dns_srv", "ending process_srv_info SRV stuff; moving on to lookup origin host");
 
 lookup:
-  DebugSM("http_seq", "[HttpStateMachineGet::process_srv_info] Doing DNS Lookup based on SRV %s", new_host);
+  DebugSM("http_seq", "[HttpSM::process_srv_info] Doing DNS Lookup based on SRV %s", new_host);
 
   int server_port = t_state.current.server ? t_state.current.server->port : t_state.server_info.port;
 
@@ -3765,7 +3765,7 @@ HttpSM::do_hostdb_lookup()
     }
     return;
   } else {                      /* we arent using SRV stuff... */
-    DebugSM("http_seq", "[HttpStateMachineGet::do_hostdb_lookup] Doing DNS Lookup");
+    DebugSM("http_seq", "[HttpSM::do_hostdb_lookup] Doing DNS Lookup");
 
     // If there is not a current server, we must be looking up the origin
     //  server at the beginning of the transaction
@@ -4290,7 +4290,7 @@ HttpSM::do_cache_prepare_action(HttpCacheSM * c_sm, CacheHTTPInfo * object_read_
 
 //////////////////////////////////////////////////////////////////////////
 //
-//  HttpStateMachineGet::do_http_server_open()
+//  HttpSM::do_http_server_open()
 //
 //////////////////////////////////////////////////////////////////////////
 void
@@ -6329,7 +6329,7 @@ HttpSM::update_stats()
   //////////////
   // Log Data //
   //////////////
-  DebugSM("http_seq", "[HttpStateMachineGet::update_stats] Logging transaction");
+  DebugSM("http_seq", "[HttpSM::update_stats] Logging transaction");
   if (Log::transaction_logging_enabled() && t_state.api_info.logging_enabled) {
     LogAccessHttp accessor(this);
 
@@ -6570,7 +6570,7 @@ HttpSM::dump_state_hdr(HTTPHdr *h, const char *s)
  *****************************************************************************/
 //////////////////////////////////////////////////////////////////////////
 //
-//      HttpStateMachineGet::call_transact_and_set_next_state(f)
+//      HttpSM::call_transact_and_set_next_state(f)
 //
 //      This routine takes an HttpTransact function <f>, calls the function
 //      to perform some actions on the current HttpTransact::State, and
@@ -6609,7 +6609,7 @@ HttpSM::call_transact_and_set_next_state(TransactEntryFunc_t f)
 
 //////////////////////////////////////////////////////////////////////////////
 //
-//  HttpStateMachineGet::set_next_state()
+//  HttpSM::set_next_state()
 //
 //  call_transact_and_set_next_state() was broken into two parts, one
 //  which calls the HttpTransact method and the second which sets the