trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
These are numbers from 2 Ireland hosts, not the busiest time of the day. They are both getting around 850-870 rps. ATS 10 is doing 69 rps per cpu percentage...
Server name is `nullptr` unless it's indicated by TLS SNI extension. Probably not a something we want to have in `NetVConnection`.
hello ! i would like to ask about cache.config cache.config is below ---------------------------------------------------------------------------------------------------------------------- `dest_domain=test2222.kinxzone.com ttl-in-cache=20s` ---------------------------------------------------------------------------------------------------------------------- records.yaml is below ---------------------------------------------------------------------------------------------------------------------- ``` records: http: connect_attempts_max_retries: 3 cache: http: 1 required_headers: 0...
Adds support for maxmind databases provided be geoguard. These contain extra fields for blocking clients
The docs for the release process were misleading so I updated them with better info.
This is preparation to support [TLS User Agent Hooks](https://docs.trafficserver.apache.org/en/latest/developer-guide/plugins/hooks-and-transactions/ssl-hooks.en.html) on QUIC connections. The goal on this PR is, like other TLS*Support mix-ins, to remove dynamic_casts to SSLNetVC. Wiring for QUICNetVC...
This moves the following variables out of `Stripe`: - [x] `fd` - [x] `path` - [x] `disk` - [ ] `hash_text`
i know there are three ways that http1.1 can use to tell the size of message body, - Connection: close - Content-Length: xxx - Transfer-Encoding: chunked after upgrading to trafficserver...
Adding GCP authentication to existing `s3_auth` plugin. As this makes the `s3_auth` plugin no longer exclusively s3. I have renamed the plugin to `origin_server_auth`. This better reflects the full functionality...
`--default` option can be used ues alonside with `--records` to display the default value alonside the current. This also includes a few test cases to make sure the output generated...