dougm       02/01/06 14:23:24

  Modified:    xs/Apache/Response Apache__Response.h
  Log:
  rcfg->wbucket is now a pointer
  
  Revision  Changes    Path
  1.5       +2 -2      modperl-2.0/xs/Apache/Response/Apache__Response.h
  
  Index: Apache__Response.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/Response/Apache__Response.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Apache__Response.h        13 Sep 2001 04:41:44 -0000      1.4
  +++ Apache__Response.h        6 Jan 2002 22:23:24 -0000       1.5
  @@ -10,7 +10,7 @@
       STRLEN len; \
       const char *bodytext; \
       modperl_cgi_header_parse(r, SvPV(sv,len), &bodytext); \
  -    rcfg->wbucket.header_parse = 0; \
  +    rcfg->wbucket->header_parse = 0; \
   }
   
   /* XXX: should only be part of Apache::compat */
  @@ -23,5 +23,5 @@
           r->content_type = apr_pstrdup(r->pool, type);
       }
   
  -    rcfg->wbucket.header_parse = 0; /* turn off PerlOptions +ParseHeaders */
  +    rcfg->wbucket->header_parse = 0; /* turn off PerlOptions +ParseHeaders */
   }
  
  
  


Reply via email to