Xray-core/transport/internet/splithttp
mmmray ee2000f6e1
splithttp: Add support for H2C and http/1.1 ALPN on server (#3465)
* Add H2C support to server

* update comment

* Make http1.1 ALPN work on SplitHTTP client

Users that encounter protocol version issues will likely try to set the
ALPN explicitly. In that case we should simply grant their wish, because
the intent is obvious.
2024-06-23 13:05:37 -04:00
..
config.go Add SplitHTTP Transport (#3412) 2024-06-18 05:36:36 +00:00
config.pb.go Add SplitHTTP Transport (#3412) 2024-06-18 05:36:36 +00:00
config.proto Add SplitHTTP Transport (#3412) 2024-06-18 05:36:36 +00:00
connection.go Add SplitHTTP Transport (#3412) 2024-06-18 05:36:36 +00:00
dialer.go splithttp: Add support for H2C and http/1.1 ALPN on server (#3465) 2024-06-23 13:05:37 -04:00
errors.generated.go Add SplitHTTP Transport (#3412) 2024-06-18 05:36:36 +00:00
hub.go splithttp: Add support for H2C and http/1.1 ALPN on server (#3465) 2024-06-23 13:05:37 -04:00
lazy_reader.go Upgrade SplitHTTP Transport (#3462) 2024-06-20 23:30:51 +00:00
splithttp.go Add SplitHTTP Transport (#3412) 2024-06-18 05:36:36 +00:00
splithttp_test.go splithttp: Add support for H2C and http/1.1 ALPN on server (#3465) 2024-06-23 13:05:37 -04:00
upload_queue.go Add SplitHTTP Transport (#3412) 2024-06-18 05:36:36 +00:00