You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/03/04 20:11:05 UTC

cvs commit: httpd-2.0/modules/http http_request.c

wrowe       02/03/04 11:11:05

  Modified:    modules/http http_request.c
  Log:
    Just formatting cleanup, nothing interesting here, move along :)
  
  Revision  Changes    Path
  1.127     +3 -3      httpd-2.0/modules/http/http_request.c
  
  Index: http_request.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/http/http_request.c,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- http_request.c	3 Mar 2002 02:15:52 -0000	1.126
  +++ http_request.c	4 Mar 2002 19:11:05 -0000	1.127
  @@ -439,11 +439,11 @@
       /* copy output headers from subrequest, but leave negotiation headers */
       r->notes = apr_table_overlay(r->pool, rr->notes, r->notes);
       r->headers_out = apr_table_overlay(r->pool, rr->headers_out,
  -                                    r->headers_out);
  +                                       r->headers_out);
       r->err_headers_out = apr_table_overlay(r->pool, rr->err_headers_out,
  -                                        r->err_headers_out);
  +                                           r->err_headers_out);
       r->subprocess_env = apr_table_overlay(r->pool, rr->subprocess_env,
  -                                       r->subprocess_env);
  +                                          r->subprocess_env);
   
       r->output_filters = rr->output_filters;
       r->input_filters = rr->input_filters;