Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298741
b: refs/heads/master
c: 2f53384
h: refs/heads/master
i:
  298739: 179bdf1
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Apr 3, 2012
1 parent c649e23 commit 7b8b6a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e675f0cc9a872fd152edc0c77acfed19bf28b81e
refs/heads/master: 2f53384424251c06038ae612e56231b96ab610ee
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ static ssize_t do_tcp_sendpages(struct sock *sk, struct page **pages, int poffse
}

out:
if (copied)
if (copied && !(flags & MSG_MORE))
tcp_push(sk, flags, mss_now, tp->nonagle);
return copied;

Expand Down

0 comments on commit 7b8b6a0

Please sign in to comment.