1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-08 12:00:36 +08:00

TUN-3838: ResponseWriter no longer reads and origin error tests

This commit is contained in:
Sudarsan Reddy
2021-02-11 14:36:42 +00:00
committed by Nuno Diegues
parent ab4dda5427
commit e20c4f8752
3 changed files with 300 additions and 209 deletions

View File

@@ -93,8 +93,7 @@ type OriginProxy interface {
type ResponseWriter interface {
WriteRespHeaders(status int, header http.Header) error
WriteErrorResponse()
io.ReadWriter
io.Writer
}
type ConnectedFuse interface {