Commit be9837c
committed
Merge branch 'master' into quic-latest
* master:
Fix the connection limit crash while using parents (#7604)
Remove inline for detail::cache::CacheData::idAddr (#7592)
Remove UnixNetVConnection::startEvent - not actually called. (#7596)
Use return values to fix ubuntu release build error (#7591)
Fix double destuct on Http2Stream termination (#7600)
Add pointer/reference upcast function that is checked in debug builds. (#7582)
Call constructors and destructors for H1/2 Session/Transaction via ClassAllocator (#7584)
Add gold test for remap config .include directive. (#7589)
Change the default value for verify.server.policy (#7587)
Build the test library for tls_engine consistently (#7588)
Generalize ALPN logic (#7555)
Fix the final consumer write size from unchunked to chunked tunnel (#7577)
Reactivate accept_no_activity_timeout (#7408)
Tidy up session/transaction destruction process (#7571)
Remove ProxyTransaction::set_proxy_ssn (#7567)
Introduce TLSBasicSupport interface (#7556)
Cleanup: Rename IOBufferReader of Http2ClientSession (#7569)
Add a check for compress response, if from server and 304, then check cache for headers instead of the 304 response (#7564)
Updates the STATUS file with all recent releases (#7566)
Make Allocator.h less silly (no creepy "proto" object). (#6241)
Cleanup: Remove unused member of Http2ClientSession (#7570)
enable origin server session cache by default (#7537)
Add tscontdestroy when transaction is closed and pacing rate is reset (#7572)
Remove reference to CoreUtils (#7557)
Remove unused enums from YamlSNIConfig struct. (#7565)
Removes deprecated sni.yaml option: disable_h2 (#7547)
This PR updates parent selection to limit the number of simultaneous (#7485)
Fix KA header not checking strategy (#7483)
Get rid of kruft LogObject copy constructor. (#7553)
For TSHttpHdrEffectiveUrlBufGet(), include scheme for request to server URL. (#7545)
Adding lower_ support to stats and bonding_slave data points for port status (#7560)
Change cookie_remap plugin to allow use of pre-remap URL (and components). (#7519)
check verify policy and properties (#7559)
Fix parent.config to 504 not 502 on timeout (#7558)
use SSL_CTX address as part of the lookup key (#7552)
Add ALPN support on TLS Partial Blind Tunnel (#7511)
Add server_name option to proxy.config.ssl.client.sni_policy (#7533)
Fix a crash on origin session reuse (#7543)
Removes the test plugins from the .spec file / RPM (#7551)
Convert the inactive_client_timeout test to use Proxy Verifier (#7535)
Fix ja3_fingerprint configure syntax (#7550)
Fix asserts in multiplexer plugin. (#7532)
parse expiration time and reload config at time out (#7281)
Fix origin_session_reuse test (#7542)
Fix tls_session_reuse test (#7541)
Split SSL_CTX initialization logic into small functions (#7434)
Remove dependency for SSL stuff from P_Net.h (#7531)
Unify all the connect timeouts into one (#7335)
Fix lua_states_stats Au test. (#7232)
origin session reuse (#7479)
Updating to use Proxy Verifier 2.1.0 (#7534)
update the session reuse tests (#7529)File tree
142 files changed
+3771
-1664
lines changed- contrib/openssl
- doc
- admin-guide
- files
- performance
- plugins
- developer-guide/api/functions
- release-notes
- include
- tscore
- ts
- iocore
- cache
- eventsystem
- net
- quic
- lib/records
- mgmt
- plugins
- compress
- experimental
- cookie_remap
- fq_pacing
- system_stats
- lua
- multiplexer
- s3_auth
- proxy
- hdrs
- http2
- http3
- http
- remap
- logging
- private
- src
- traffic_quic
- traffic_server
- wccp
- tests
- gold_tests
- pluginTest
- cookie_remap
- configs
- gold
- lua
- gold
- tsapi
- timeout
- tls
- traffic_ctl/remap_inc
- tools/plugins
- tools/package
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
142 files changed
+3771
-1664
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
15 | 31 | | |
16 | 32 | | |
17 | 33 | | |
| |||
20 | 36 | | |
21 | 37 | | |
22 | 38 | | |
| 39 | + | |
23 | 40 | | |
24 | 41 | | |
25 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1363 | 1363 | | |
1364 | 1364 | | |
1365 | 1365 | | |
1366 | | - | |
| 1366 | + | |
1367 | 1367 | | |
1368 | 1368 | | |
1369 | 1369 | | |
| |||
0 commit comments