Github user SolidWallOfCode commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/769#discussion_r82413603
  
    --- Diff: proxy/http/HttpTransact.cc ---
    @@ -567,6 +567,16 @@ HttpTransact::BadRequest(State *s)
     }
     
     void
    +HttpTransact::Forbidden(State *s)
    +{
    +  DebugTxn("http_trans", "[Forbidden]"
    +                         "parser marked request forbidden");
    --- End diff --
    
    Was this here prior to the patch? "parser marked" seems incorrect, unless 
it's legacy.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to