You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ipn/ipnserver
Brad Fitzpatrick b0545873e5 ipn/ipnserver: remove protoSwitchConn shenanigans; just use http.Server early
Now that everything's just HTTP, there's no longer a need to have a
header-sniffing net.Conn wraper that dispatches which route to
take. Refactor to just use an http.Server earlier instead.

Updates #6417

Change-Id: I12a2054db4e56f48660c46f81233db224fdc77cb
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 years ago
..
proxyconnect.go ipn/ipnserver: remove protoSwitchConn shenanigans; just use http.Server early 2 years ago
proxyconnect_js.go ipn/ipnserver: remove protoSwitchConn shenanigans; just use http.Server early 2 years ago
server.go ipn/ipnserver: remove protoSwitchConn shenanigans; just use http.Server early 2 years ago