summaryrefslogtreecommitdiffstats
path: root/russian/cyrproxy/files/patch-af
blob: 6e805790487a9bdec2151855067668d9b0a1ce21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*** http_gw.c.bak	Sat May  3 15:57:21 1997
--- http_gw.c	Sat Jun 21 03:13:55 1997
***************
*** 353,360 ****
  	  char *p = strstr(buf,"charset=");
  	  if(p)
  	    sprintf(p,"charset=%s\n",enc->clientcharset);
- #if 0 /* commented out. I'm not sure, that we must force charset addition
- 	 for documents, which not contains it! */
  	  else
  	    {
  	      p=strchr(buf,'\n');
--- 353,358 ----
***************
*** 369,375 ****
  		  strcat(buf,"\n");
  		}
  	    }
- #endif
  	  n=strlen(buf);
  	}
  
--- 367,372 ----
OpenPOWER on IntegriCloud