You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2010/10/22 04:58:06 UTC

svn commit: r1026198 - /trafficserver/traffic/trunk/proxy/http2/HttpSM.cc

Author: amc
Date: Fri Oct 22 02:58:06 2010
New Revision: 1026198

URL: http://svn.apache.org/viewvc?rev=1026198&view=rev
Log:
TS-495

Modified:
    trafficserver/traffic/trunk/proxy/http2/HttpSM.cc

Modified: trafficserver/traffic/trunk/proxy/http2/HttpSM.cc
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/proxy/http2/HttpSM.cc?rev=1026198&r1=1026197&r2=1026198&view=diff
==============================================================================
--- trafficserver/traffic/trunk/proxy/http2/HttpSM.cc (original)
+++ trafficserver/traffic/trunk/proxy/http2/HttpSM.cc Fri Oct 22 02:58:06 2010
@@ -4032,17 +4032,6 @@ HttpSM::do_cache_lookup_and_read()
   //ink_assert(server_session == NULL);
   ink_assert(pending_action == 0);
 
-
-#ifdef DEBUG
-  INK_MD5 md5a;
-  INK_MD5 md5b;
-  t_state.hdr_info.client_request.url_get()->MD5_get(&md5a);
-  t_state.cache_info.lookup_url->MD5_get(&md5b);
-  ink_assert(md5a == md5b ||
-             t_state.http_config_param->maintain_pristine_host_hdr ||
-             t_state.pristine_host_hdr > 0);
-#endif
-
   HTTP_INCREMENT_TRANS_STAT(http_cache_lookups_stat);
 
   milestones.cache_open_read_begin = ink_get_hrtime();