~spuul/nginx/trunk

« back to all changes in this revision

Viewing changes to src/http/ngx_http_parse.c

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-11-22 12:23:25 UTC
  • mfrom: (4.3.6 sid)
  • Revision ID: package-import@ubuntu.com-20131122122325-6i9ns8d0e4fceepd
Tags: 1.4.4-1ubuntu1
* Resynchronise with Debian (LP: #1253691).  Remaining changes:
  - debian/patches/ubuntu-branding.patch:
    + Add Ubuntu branding to server_tokens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
614
614
            default:
615
615
                r->space_in_uri = 1;
616
616
                state = sw_check_uri;
 
617
                p--;
617
618
                break;
618
619
            }
619
620
            break;
667
668
            default:
668
669
                r->space_in_uri = 1;
669
670
                state = sw_uri;
 
671
                p--;
670
672
                break;
671
673
            }
672
674
            break;