Chromium Code Reviews| Index: net/spdy/spdy_session.cc |
| diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc |
| index 26bd4b737cb7b09350eb7e09bef7e272e7f0d87b..909aaec2346c1024f8f7bc9b9efa45943986ceb8 100644 |
| --- a/net/spdy/spdy_session.cc |
| +++ b/net/spdy/spdy_session.cc |
| @@ -581,7 +581,7 @@ void SpdyStreamRequest::Reset() { |
| session_.reset(); |
| stream_.reset(); |
| url_ = GURL(); |
| - priority_ = MINIMUM_PRIORITY; |
| + priority_ = IDLE; |
| net_log_ = BoundNetLog(); |
| callback_.Reset(); |
| } |