You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "rienzi2012 (JIRA)" <ji...@apache.org> on 2015/12/01 14:35:10 UTC

[jira] [Created] (TS-4046) HdrHeap and HdrStrHeap leak in HttpTransact::EndRemapRequest

rienzi2012 created TS-4046:
------------------------------

             Summary: HdrHeap and HdrStrHeap leak in HttpTransact::EndRemapRequest
                 Key: TS-4046
                 URL: https://issues.apache.org/jira/browse/TS-4046
             Project: Traffic Server
          Issue Type: Bug
          Components: HTTP, MIME, Plugins
            Reporter: rienzi2012


{code:java}
@@ -892,7 +892,7 @@
     HTTP_INCREMENT_TRANS_STAT(http_invalid_client_requests_stat);
     TRANSACT_RETURN(SM_ACTION_SEND_ERROR_CACHE_NOOP, NULL);
   } else {
-    s->hdr_info.client_response.clear(); // anything previously set is invalid from this point forward
+    s->hdr_info.client_response.destroy();
     DebugTxn("http_trans", "END HttpTransact::EndRemapRequest");
 
     if (s->is_upgrade_request && s->post_remap_upgrade_return_point) {
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)