GitHub user jacksontj opened a pull request:

    https://github.com/apache/trafficserver/pull/809

    TS-4674: Remove useless assert statement

    Now that we have clean allocations (instead of clobbering existing things) 
there is no need to have this assertion. In practice this assertion is actually 
incorrect, because in the case where we want to extend the lifetime of a stale 
record (since the response we got was broken) we'll fail this assert.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jacksontj/trafficserver TS-4674

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/809.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #809
    
----
commit 44f9dcddab6cfe755e1b6dd87093762c44e7e7b9
Author: Thomas Jackson <jacksontj...@gmail.com>
Date:   2016-07-18T16:13:03Z

    TS-4674: Remove useless assert statement
    
    Now that we have clean allocations (instead of clobbering existing things) 
there is no need to have this assertion. In practice this assertion is actually 
incorrect, because in the case where we want to extend the lifetime of a stale 
record (since the response we got was broken) we'll fail this assert.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to