You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2012/01/30 18:04:06 UTC

git commit: TS-1094 Argh, this was not meant to be committed ...

Updated Branches:
  refs/heads/master fcfec396f -> 234dc77d8


TS-1094 Argh, this was not meant to be committed ...


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

Branch: refs/heads/master
Commit: 234dc77d8a337bb4044873ae8612363e1e88d59b
Parents: fcfec39
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon Jan 30 10:03:08 2012 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Jan 30 10:03:08 2012 -0700

----------------------------------------------------------------------
 proxy/hdrs/MIME.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/234dc77d/proxy/hdrs/MIME.cc
----------------------------------------------------------------------
diff --git a/proxy/hdrs/MIME.cc b/proxy/hdrs/MIME.cc
index ed66292..a89384a 100644
--- a/proxy/hdrs/MIME.cc
+++ b/proxy/hdrs/MIME.cc
@@ -2272,7 +2272,7 @@ mime_scanner_get(MIMEScanner *S,
     } else if (data_size) {
       // Inside a field but more data is expected. Save what we've got.
       mime_scanner_append(S, *raw_input_s, data_size);
-      //      data_size = 0; // Don't append again.
+      data_size = 0; // Don't append again.
     }
   }