cloudflared-mirror/vendor/golang.org/x/net/http2
Devin Carr 38cd455e4d TUN-7373: Streaming logs override for same actor
To help accommodate web browser interactions with websockets, when a
streaming logs session is requested for the same actor while already
serving a session for that user in a separate request, the original
request will be closed and the new request start streaming logs
instead. This should help with rogue sessions holding on for too long
with no client on the other side (before idle timeout or connection
close).
2023-04-21 11:54:37 -07:00
..
hpack TUN-7356: Bump golang.org/x/net package to 0.7.0 2023-04-07 09:41:23 -07:00
.gitignore TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
Dockerfile TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
Makefile TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
ascii.go TUN-5405: Update net package to v0.0.0-20211109214657-ef0fda0de508 2021-11-10 17:20:13 +00:00
ciphers.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
client_conn_pool.go TUN-6637: Upgrade go version and quic-go 2022-08-08 15:49:10 +01:00
databuffer.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
errors.go TUN-6637: Upgrade go version and quic-go 2022-08-08 15:49:10 +01:00
flow.go TUN-7356: Bump golang.org/x/net package to 0.7.0 2023-04-07 09:41:23 -07:00
frame.go TUN-7356: Bump golang.org/x/net package to 0.7.0 2023-04-07 09:41:23 -07:00
go111.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
go115.go TUN-5405: Update net package to v0.0.0-20211109214657-ef0fda0de508 2021-11-10 17:20:13 +00:00
go118.go TUN-6637: Upgrade go version and quic-go 2022-08-08 15:49:10 +01:00
gotrack.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
headermap.go TUN-6937: Bump golang.org/x/* packages to new release tags 2022-11-14 17:25:11 +00:00
http2.go TUN-6666: Define packet package 2022-08-24 11:36:57 +01:00
not_go111.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
not_go115.go TUN-5405: Update net package to v0.0.0-20211109214657-ef0fda0de508 2021-11-10 17:20:13 +00:00
not_go118.go TUN-6637: Upgrade go version and quic-go 2022-08-08 15:49:10 +01:00
pipe.go TUN-7373: Streaming logs override for same actor 2023-04-21 11:54:37 -07:00
server.go TUN-7373: Streaming logs override for same actor 2023-04-21 11:54:37 -07:00
transport.go TUN-7373: Streaming logs override for same actor 2023-04-21 11:54:37 -07:00
write.go TUN-5405: Update net package to v0.0.0-20211109214657-ef0fda0de508 2021-11-10 17:20:13 +00:00
writesched.go TUN-5547: Bump golang x/net package to fix http2 transport bugs 2022-01-17 11:13:25 +00:00
writesched_priority.go TUN-6637: Upgrade go version and quic-go 2022-08-08 15:49:10 +01:00
writesched_random.go TUN-5547: Bump golang x/net package to fix http2 transport bugs 2022-01-17 11:13:25 +00:00