Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

If the resolution is INDETERMINATE then Traffic Server will remove the Content-Length field and use chunked encoding or disable keep-alive to signal the end of document as is done now.

The main goals of this change are

  1. Preserve existing behavior without any change to existing transform plugins.
  2. Handle the special case of a transform setup that consists of only the range transform.
  3. Not break the general case of multiple transforms.

As secondary goals, it would be handy for other transform plugins that are singletons to be able to reliably report the expected content length as this is the usual case (stacked transforms are relatively rare in actual deployment).