You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
protocol.go:15 says that Protocol.Path "indicates a path protocol (eg unix, http)". However, the value is false for the HTTP protocol struct. Is that on purpose?
protocol.go:15 says that
Protocol.Path"indicates a path protocol (eg unix, http)". However, the value isfalsefor the HTTP protocol struct. Is that on purpose?