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
In the function environ_add_POST, it doesn't seem to consider the PATCH method and is defaulting to POST even on PATCH. Should there be an additional PATCH method in the check?
Link to function: https://github.com/Pylons/webob/blob/main/src/webob/request.py#L1554
In the function
environ_add_POST
, it doesn't seem to consider thePATCH
method and is defaulting toPOST
even onPATCH
. Should there be an additionalPATCH
method in the check?The text was updated successfully, but these errors were encountered: