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
Right now, http.Request.ProtoAtLeast(1, 1) returns false if ProtoMajor and ProtoMinor
are unset.
In embracing the zero value, could/should we special case 0,0 to mean 1,1? Users could
still set 0,9 if they wanted (HTTP/0.9 was the first protocol version).
I wasted some time debugging an issue with this today.
Russ?