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
fix: http::Request's methods return NonNull, not *mut
* the upstream method was already implementing NonNull::new() by using Option to
prevent returning a null
* the connection and log members are expected throughout nginx to always
be nonnull
0 commit comments