proxy_upstream_filter
return value has opposite meaning
#386
Labels
ergonomics
Ease of use, developer friendliness
For
request_filter
, a return value ofOk(false)
continues to the next phase.For
proxy_upstream_filter
,Ok(true)
continues to the next phase.All of the other methods of
ProxyHttp
with aResult<bool>
signature returnOk(false
) by default.Could
proxy_upstream_filter
also follow this pattern, returningOk(false)
to continue?The text was updated successfully, but these errors were encountered: