cloudflared/h2mux
cthuang e2262085e5 TUN-3617: Separate service from client, and implement different client for http vs. tcp origins
- extracted ResponseWriter from proxyConnection
 - added bastion tests over websocket
 - removed HTTPResp()
 - added some docstrings
 - Renamed some ingress clients as proxies
 - renamed instances of client to proxy in connection and origin
 - Stream no longer takes a context and logger.Service
2021-02-23 14:19:44 +00:00
..
sample
activestreammap_test.go TUN-3462: Refactor cloudflared to separate origin from connection 2020-11-11 15:11:42 +00:00
activestreammap.go TUN-3462: Refactor cloudflared to separate origin from connection 2020-11-11 15:11:42 +00:00
booleanfuse.go
bytes_counter_test.go
bytes_counter.go
error.go
h2_compressor_brotli.go
h2_compressor_none.go
h2_dictionaries.go
h2mux_test.go TUN-3470: Replace in-house logger calls with zerolog 2020-12-23 14:15:17 -06:00
h2mux.go TUN-3470: Replace in-house logger calls with zerolog 2020-12-23 14:15:17 -06:00
header_test.go TUN-3617: Separate service from client, and implement different client for http vs. tcp origins 2021-02-23 14:19:44 +00:00
header.go TUN-3617: Separate service from client, and implement different client for http vs. tcp origins 2021-02-23 14:19:44 +00:00
idletimer_test.go
idletimer.go
muxedstream_test.go
muxedstream.go
muxmetrics_test.go TUN-3470: Replace in-house logger calls with zerolog 2020-12-23 14:15:17 -06:00
muxmetrics.go Fixed connection error handling by removing duplicated errors, standardizing on non-pointer error types 2021-01-22 10:58:06 -06:00
muxreader_test.go
muxreader.go TUN-3470: Replace in-house logger calls with zerolog 2020-12-23 14:15:17 -06:00
muxwriter_test.go
muxwriter.go TUN-3470: Replace in-house logger calls with zerolog 2020-12-23 14:15:17 -06:00
readylist_test.go
readylist.go
rtt.go
shared_buffer_test.go
shared_buffer.go
signal.go
streamerrormap.go