/[mod_ua_charset]/mod_ua_charset.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /mod_ua_charset.c

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

revision 1.4 by dpavlin, Tue Apr 18 07:36:39 2000 UTC revision 1.5 by dpavlin, Wed Aug 9 19:45:55 2000 UTC
# Line 98  static int add_charset_header(request_re Line 98  static int add_charset_header(request_re
98    
99  #ifdef DEBUG  #ifdef DEBUG
100          ap_table_setn(r->headers_out, "X-Content-Type", ct);          ap_table_setn(r->headers_out, "X-Content-Type", ct);
101            ap_table_setn(r->headers_out, "X-new-Content-Type", r->content_type);
102          ap_table_setn(r->headers_out, "X-User-Agent", ua);          ap_table_setn(r->headers_out, "X-User-Agent", ua);
103  #endif  #endif
104          return OK;          return OK;

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

  ViewVC Help
Powered by ViewVC 1.1.26