Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

These are the highlights of new features or additions to existing features in v4.2.x.

Table of Contents

Websockets support

LinkedIn recently donated an implementation that allows for proxying of WebSockets. It supports the basic upgrade path for a web socket, and is configured using normal remap.config rules:

 

Code Block
map ws://www.example.com  ws://ws.example.com:9090

This is still slightly in "experimental" mode, so we're definitely looking forward to hear feedback from people using this.

Jira: TS-2541

ICP support

Traffic Server has had an ICP module for the longest time, which unfortunately has been non-functional. Recent efforts have reactivated this feature again! The same configurations as before applies, nothing has changed in behavior or configuration.

Jira: TS-32

New configuration option for attaching server sessions to client sessions

...

Default is 300 seconds. It's good to be configurable so that application can specify the threshold for the expiration of internal session and session ticket. Therefore, this is now configurable with the following configuration option:

 

Code Block
CONFIG proxy.config.ssl.session_cache.timeout INT 0

 

Jira: TS-2416

Gentoo Layout changes

Runtimedir on Gentoo changed from /var/run to /run

New options for traffic_line

A couple of management options were added to traffic_line, which previously required the use of traffic_shell:

 

Code Block
root@cosmo 421/0 # traffic_line --status
Proxy -- on
root@cosmo 422/0 # traffic_line --clear_alarms all
No Alarms to resolve
root@cosmo 423/0 # traffic_line --alarms

 
No active alarms.

Jira: TS-2533

 

More details

  • Slide deck with more feature / improvement details