TS-1824 ] TSHttpTxnPushedRespHdrBytesGet() takes an int argument in the 
implementation, whereas the prototype does not have this.


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

Branch: refs/heads/3.3.x
Commit: f9cbfafd45f0980b1a123126102301c386af9fd7
Parents: 2592249
Author: Leif Hedstrom <[email protected]>
Authored: Wed May 29 17:03:48 2013 -0600
Committer: Leif Hedstrom <[email protected]>
Committed: Wed May 29 17:03:48 2013 -0600

----------------------------------------------------------------------
 CHANGES         |    3 +++
 proxy/InkAPI.cc |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f9cbfafd/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 56a5dc1..a7cc143 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
   Changes with Apache Traffic Server 3.3.3
 
 
+  *) [TS-1824] TSHttpTxnPushedRespHdrBytesGet() takes an int argument in the
+   implementation, whereas the prototype does not have this.
+
   *) [TS-1928] False warning when setting log rotation size to exactly 10.
 
   *) [TS-1812] Remove obsolete syslog_thr_init calls.

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f9cbfafd/proxy/InkAPI.cc
----------------------------------------------------------------------
diff --git a/proxy/InkAPI.cc b/proxy/InkAPI.cc
index 5e3b1b2..a15b505 100644
--- a/proxy/InkAPI.cc
+++ b/proxy/InkAPI.cc
@@ -5883,7 +5883,7 @@ TSHttpTxnClientRespBodyBytesGet(TSHttpTxn txnp)
 }
 
 int
-TSHttpTxnPushedRespHdrBytesGet(TSHttpTxn txnp, int * /* bytes ATS_UNUSED */)
+TSHttpTxnPushedRespHdrBytesGet(TSHttpTxn txnp)
 {
   sdk_assert(sdk_sanity_check_txn(txnp) == TS_SUCCESS);
 

Reply via email to