Re: git commit: TS-2088: Change TSRecordType enum values to powers of two

2014-01-20 Thread James Peach
On Jan 20, 2014, at 11:56 AM, sor...@apache.org wrote: > Updated Branches: > refs/heads/5.0.x db67432fc -> f32e013d3 > > > TS-2088: Change TSRecordType enum values to powers of two This should be documented, preferably in a man page, at minimum in the header file. It would be helpful for the

trafficserver pull request: TS-612 ATS does not allow password protected ce...

2014-01-20 Thread rwbarber2
GitHub user rwbarber2 opened a pull request: https://github.com/apache/trafficserver/pull/34 TS-612 ATS does not allow password protected certificates First attempt at using git to create a pull request..please forgive ignorance if I did it wrong.. Added ink_process.cc with

Re: TS-612 RFC 'ATS does not allow password protected certificates'

2014-01-20 Thread James Peach
On Jan 17, 2014, at 11:51 AM, Ron Barber wrote: > After some IRC conversations I believe we decided on adding a new > key/value to the sslmulticert.config file which specifies the type of > dialog for each cert. > > ssl_key_pass_dialog=[builtin|exec:/path/to/program] > > Method used to provide

Re: TCP Fast Open (TFO) in Traffic Server

2014-01-20 Thread James Peach
On Jan 20, 2014, at 8:27 AM, Alex Garzão wrote: > Hello, > > Are any plans to support TCP Fast Open (TFO) in ATS? I'm not aware of anyone currently working on this. On my reading of the kernel docs, you can enable TFO on all listen sockets automatically; that should let you experiment without

Re: A doubt about configuring Apache server and ATS on the same machine

2014-01-20 Thread James Peach
On Jan 17, 2014, at 6:29 AM, Kanishka . wrote: > Hi, > > I've been trying to configure an Apache server and ATS on a host. For us, > the latency matters more than RPS/QPS. > > We've observing a huge spike in latency for a small number of requests. > Typically, the 99.99%-ile are in tens to

TCP Fast Open (TFO) in Traffic Server

2014-01-20 Thread Alex Garzão
Hello, Are any plans to support TCP Fast Open (TFO) in ATS? Regards. -- Alex Garzão Projetista de Software Azion Technologies alex.garzao (at) azion.com

Support for HTTP Upgrade in transparent proxy

2014-01-20 Thread Shaun mcginnity
Hi, are any intentions to support HTTP Upgrade in a transparent proxy deployment? For example when a client requests an upgrade to web-sockets we see ATS remove the Connection: upgrade and Upgrade: websocket headers (because they are hop-by-hop) but this breaks the upgrade end-to-end. Ideally it