trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
According to the document at [this link](https://docs.trafficserver.apache.org/en/latest/admin-guide/logging/formatting.en.html#network-addresses-ports-and-interfaces), it states that "Cache hits will yield a value of 0". However, during my experiments with using Traffic Server as a reverse proxy,...
https://github.com/apache/trafficserver/blob/33b795f107b13471a6f4dc62da3669d3acf47ca2/cmake/add_atsplugin.cmake#L22 Could we create both libtsutil.a _and_ libtsutil_link_dummy.so, both with the same contents? Link plugins against the dummy, and only liink traffic_server ELF with libtsutil.a? (libtsutil_link_dummy.so would be an installed...
- [ ] Remove the sync to disk for HostDB - [ ] Change existing APIs with -> std::string_view
``` wkaras ~/REPOS/TS2/tests/_sandbox O$ find . -name \*.pem -o -name \*.key ./tls_client_cert2_plugin/ts/ssl/server.pem ./tls_client_cert2_plugin/ts/ssl/server.key ./tls_client_cert2_plugin/ts/ssl/combo-signed-foo.pem ./tls_client_cert2_plugin/ts/ssl/signed-foo.pem ./tls_client_cert2_plugin/ts/ssl/signed-foo.key ./tls_client_cert2_plugin/ts/ssl/signed2-foo.pem ./tls_client_cert2_plugin/ts/ssl/signed-bar.pem ./tls_client_cert2_plugin/ts/ssl/signed2-bar.pem ./tls_client_cert2_plugin/ts/ssl/signed-bar.key ./tls_client_cert2_plugin/signer.pem ./tls_client_cert2_plugin/signer2.pem ./tls_client_cert2_plugin/signed-foo.pem ./tls_client_cert2_plugin/signed-foo.key ./tls_client_cert2_plugin/signed2-foo.pem ./tls_client_cert2_plugin/signed2-bar.pem ./tls_client_cert2_plugin/signed-bar.key ./tls_client_cert_plugin/ts/ssl/server.pem ./tls_client_cert_plugin/ts/ssl/server.key ./tls_client_cert_plugin/ts/ssl/signed-foo.pem...
The global `cache_config_agg_write_backlog` is defined as `2 * AGG_SIZE`. There was an extra `+ AGG_SIZE` in `add_writer` with no comment; this goes back all the way to the original first...
Continuation of: #10950 > This replaces Arena with MemArena, the latter is the libswoc replacement for the former. co-author: @SolidWallOfCode
I ran a stress test that exhausts the available file descriptors for the traffic_server process. This caused the Diags::stdout_log member of Diags to be set to nullptr by this line:...
This crash happens intermittently, so this doesn't block the 9.2.0 release, IMO. ``` [ 00 ] libpthread-2.17.so __libc_waitpid [ 01 ] traffic_server crash_logger_invoke ( Crash.cc:168 ) [ 02 ] libpthread-2.17.so...
It's been failing for quite some time now, this is the list of failing tests. - [ ] active_timeout (@brbzull0 - works locally(using quictls, ubuntu 20.04) - [ ] ja3_fingerprint...