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
Hi, cmux has been working great for us. Recently we added a PATCH endpoint to our application and were surprised the HTTP1Fast matcher doesn't automatically match on PATCH.
Is there a particular reason for not including PATCH or is this an oversight?
All other methods are in there except PATCH and OPTIONS.
Hi, cmux has been working great for us. Recently we added a PATCH endpoint to our application and were surprised the
HTTP1Fast
matcher doesn't automatically match on PATCH.Is there a particular reason for not including PATCH or is this an oversight?
All other methods are in there except PATCH
and OPTIONS.cmux/matchers.go
Lines 46 to 55 in 5ec6847
The text was updated successfully, but these errors were encountered: