[GitHub] trafficserver pull request #1101: TS-4959: Remove remnants of old UA configu...

2016-10-12 Thread zwoop
Github user zwoop closed the pull request at:

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


---
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.
---


[GitHub] trafficserver pull request #1101: TS-4959: Remove remnants of old UA configu...

2016-10-12 Thread zwoop
GitHub user zwoop opened a pull request:

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

TS-4959: Remove remnants of old UA configurations and handling

I made this as two commits:

1) Remove some definitely strange code around MSIE.

2) Remove all the code around the accept_encoding_filter_enabled.


For #2, this configuration doesn't actually exist in RecordsConfig.cc, and 
it's also missing all possible ways of configuring the regular expressions that 
it needs. So I figured, we can just nuke it :).

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

$ git pull https://github.com/zwoop/trafficserver TS-4959

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

https://github.com/apache/trafficserver/pull/1101.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 #1101


commit 2e2fad5dc67999f0831f8481b61e04408844228c
Author: Leif Hedstrom 
Date:   2016-10-12T19:51:08Z

TS-4959: Remove remnants of an old browser

commit 25b7900a4574edf9b11bcb02307e02a310e80c41
Author: Leif Hedstrom 
Date:   2016-10-12T21:18:24Z

TS-4959: Remove remnants of an configuration / UA




---
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.
---