|
@@ -72,8 +72,6 @@ found:
|
|
/* find the end of header */
|
|
/* find the end of header */
|
|
for (; t<end; t++){
|
|
for (; t<end; t++){
|
|
if (*t=='\n'){
|
|
if (*t=='\n'){
|
|
- if (((t+1)<end) && (*(t+1)=='\r'))
|
|
|
|
- t++;
|
|
|
|
if (((t+1)<end) && (*(t+1)==' ' || *(t+1)=='\t')){
|
|
if (((t+1)<end) && (*(t+1)==' ' || *(t+1)=='\t')){
|
|
t++;
|
|
t++;
|
|
continue; /* line folding ... */
|
|
continue; /* line folding ... */
|