Chromium Code Reviews| Index: net/flip/flip_session.cc |
| =================================================================== |
| --- net/flip/flip_session.cc (revision 30342) |
| +++ net/flip/flip_session.cc (working copy) |
| @@ -271,7 +271,7 @@ |
| CreateFlipHeadersFromHttpRequest(delegate->request(), &headers); |
| flip::FlipControlFlags flags = flip::CONTROL_FLAG_NONE; |
| - if (!delegate->request()->upload_data) |
| + if (!delegate->data()) |
| flags = flip::CONTROL_FLAG_FIN; |
| // Create a SYN_STREAM packet and add to the output queue. |