Changes between Initial Version and Version 1 of Ticket #808, comment 3
- Timestamp:
- 10/13/15 10:03:06 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #808, comment 3
initial v1 1 1 > It is useful for configurations where TLS termination is done somewhere else. In this case you should configure your load balancer to send all HTTP/2 traffic to specific port. 2 2 3 Are you suggesting h2c (in its current form) is not really intended to be used directly by user agents?3 Are you suggesting h2c (in its current form) is not really intended to be used directly by 'client' user agents? 4 4 5 5 > If you have use cases where separation between HTTP/1.1 and HTTP/2.0 over plain TCP is useful, then we may consider to add such functionality.