Traffic Server is a high-performance building block for cloud services. It's more than just a caching proxy server; it also has support for plugins to build large scale web applications.
See https://trafficserver.apache.org or upstream apache/trafficserver for more information.
This fork is maintained by @netlify to allow us to test patches and maintain our own ATS related code. This default branch contains only settings and this readme - you should go to the appropriate branch to view the actual code.
This repo is automatically updated by zxaos/patchup.
While it shouldn't be necessary, you can also manually check for upstream changes by sending the repository dispatch API event with the on-demand-check
event type:
curl -u username:oauth_token
-X "POST" "https://api.github.com/repos/netlify/trafficserver/dispatches" \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{ "event_type": "on-demand-check" }'
Some branches directly track upstream. if you commit to these branches, your changes will be lost:
- master
- 8.1.x
- 9.0.x
- 9.1.x
Instead, commits should be applied to the appropriate -netlify
branches:
- master-netlify
- 8.1.x-netlify
- 9.0.x-netlify
- 9.1.x-netlify
Commits on these branches will attepmt to be merged with upstream when possible.