Hey, I am working on an IoFilter similar in location/function to the SslFilter (but implementing a different protocol). I noted there was a delta between 2.0 and 2.1 code in the SslFilter.
Specifically commit 2d08d530961597b9f21dff861725f08e73fb9291 Has removed the call to buf.mark(); // Approx Line 654 In my filter (compiled against 2.0) I also need the same buf.mark() call as the SslFilter uses. Could I ask the following questions: 1.> Why does the 2.0 code base need this call? 2.> Is this call needed in the 2.1 code base? 3.> Would it be possible to update the (2.1-vs-2.0) migration web page to include a note about this change? Thanks, David
