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
Initialize `Request::$initial` for HTTPTest::test_redirect.
After initializing `Request::$initial`, it is probably better to set it
to `NULL` instead of using `$this->_initial_request` to temporary save
the value. But I prefered to keep things in conformity with
`RequestTest` for the time being.
0 commit comments