Mo Chen
Mo Chen
I have a proxy set up with `proxy.ConnectDial = proxy.NewConnectDialToProxy(externalProxy)`. `externalProxy` has a username and password like this: `https://username:[email protected]`. This doesn't work because the username and password are ignored when...
I'm trying to proxy my CONNECT requests through another HTTPS proxy. I tried doing this: ``` if externalProxy != "" { proxy.Tr = &http.Transport{Proxy: func(req *http.Request) (*url.URL, error) { return...
Add an autest to verify the behavior of ATS when an origin server closes a connection prematurely.
1. Add a file change monitoring API to iocore. 2. Use it to add config change monitoring to s3_auth. This can be used to rotate s3_auth secrets. (Previously I made...
A recent change (#9090) broke parsing for the config key virtual_host which can be supplied without a value. This change fixes parsing for virtual_host, and adds it to autest.
I tried to turn on a debug tag for a plugin, but didn't see the debug prints. I tried using the `traffic_server -T ` command line option, and editing `records.yaml`...
```================== WARNING: ThreadSanitizer: data race (pid=741305) Write of size 8 at 0x55d6abb92a98 by thread T2 (mutexes: write M0): #0 Thread::get_hrtime_updated() /home/mo/work/trafficserver/iocore/eventsystem/./I_Thread.h:194:19 (traffic_server+0x6ce859) (BuildId: cb1dcfdd8df6934d9957379a126676f4a558c54e) #1 EThread::execute_regular() /home/mo/work/trafficserver/iocore/eventsystem/UnixEThread.cc:229:23 (traffic_server+0x6ce859) #2 EThread::execute()...
Master branch. Built with clang-15. Configured with `--prefix=/opt/ats --enable-debug --enable-asan` ```================================================================= ==128097==ERROR: AddressSanitizer: odr-violation (0xffffb4c0bc60): [1] size=112 'vtable for YAML::EmitFromEvents' src/emitfromevents.cpp [2] size=112 'vtable for YAML::EmitFromEvents' src/emitfromevents.cpp These globals were...