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?
The text was updated successfully, but these errors were encountered:
protocol.go:15 says that
Protocol.Path
"indicates a path protocol (eg unix, http)". However, the value isfalse
for the HTTP protocol struct. Is that on purpose?The text was updated successfully, but these errors were encountered: