~ubuntu-branches/ubuntu/natty/nginx/natty

« back to all changes in this revision

Viewing changes to src/mail/ngx_mail_proxy_module.c

  • Committer: Daniel Holbach
  • Date: 2010-07-22 07:45:20 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: daniel.holbach@canonical.com-20100722074520-lzfoz7cctw91gik7
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
726
726
 
727
727
    b->last += n;
728
728
 
729
 
    if (b->last - b->pos < 5) {
 
729
    if (b->last - b->pos < 4) {
730
730
        return NGX_AGAIN;
731
731
    }
732
732