GitHub user taoyunxing opened a pull request:
https://github.com/apache/trafficserver/pull/1551
rectify a minor error in test_server_intercept.lua
line 33:
return resp
should modified as
ts.say(resp)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/taoyunxing/trafficserver patch-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1551.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 #1551
----
commit 60dd38c729f4dafb15b1a8cf2226ac15669503f5
Author: éªå³°æµäº <[email protected]>
Date: 2017-03-08T05:54:35Z
rectify a minor error in test_server_intercept.lua
line 33:
return resp
should modified as
ts.say(resp)
----
---
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.
---