/[dgee]/dgee/apache/mod_dgee.c
ViewVC logotype

Diff of /dgee/apache/mod_dgee.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by csmith, Sun Sep 21 11:06:38 2003 UTC revision 1.4 by csmith, Thu Oct 23 20:57:35 2003 UTC
# Line 70  dgee_init( server_rec *s, pool *p ) Line 70  dgee_init( server_rec *s, pool *p )
70    char *sname;    char *sname;
71    sname = s->server_hostname;    sname = s->server_hostname;
72    
73    ap_add_version_component("(DotGNU/"DOTGNUVERSION" mod_dgee/"DGVERSION")" );    ap_add_version_component("DotGNU/"DOTGNUVERSION" (mod_dgee/"DGVERSION")" );
74  }  }
75    
76  /* ------------------------------------------------------------------------- */  /* ------------------------------------------------------------------------- */
# Line 180  uri2file(request_rec *r) Line 180  uri2file(request_rec *r)
180      return OK;      return OK;
181    }    }
182    
   
183    return DECLINED;    return DECLINED;
184  }  }
185    
# Line 349  dgee_call_service(request_rec *r) Line 348  dgee_call_service(request_rec *r)
348      ap_hard_timeout("get script args",r);      ap_hard_timeout("get script args",r);
349    
350      while ((post_len = ap_get_client_block( r, buf, HUGE_STRING_LEN )) > 0 ) {      while ((post_len = ap_get_client_block( r, buf, HUGE_STRING_LEN )) > 0 ) {
351  ap_log_rerror(APLOG_MARK, APLOG_DEBUG, r, "GOT %d BYTES OF INPUT", post_len );  /* ap_log_rerror(APLOG_MARK, APLOG_DEBUG, r, "GOT %d BYTES OF INPUT", post_len ); */
352        ap_reset_timeout(r);        ap_reset_timeout(r);
353    
354            WrapCStringLen( blockCS, buf, post_len );            WrapCStringLen( blockCS, buf, post_len );

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26