diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-10-03 20:40:43 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-10-03 20:40:43 +0200 |
commit | 85d6170c351e6fc3ec42e4f59fe465c4e09556ba (patch) | |
tree | 0de54985f2a33a7f9d7413b55c5135458903ad82 /sys/src/cmd/mothra/html.h | |
parent | 001ce57253f99e1a988a630ddf6bb05815bace80 (diff) |
mothra: ignore http content-type and encoding and just do content sniffing
Diffstat (limited to 'sys/src/cmd/mothra/html.h')
-rw-r--r-- | sys/src/cmd/mothra/html.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/mothra/html.h b/sys/src/cmd/mothra/html.h index 6af44a6ad..f9d4926ad 100644 --- a/sys/src/cmd/mothra/html.h +++ b/sys/src/cmd/mothra/html.h @@ -70,7 +70,6 @@ struct Hglob{ char *etext; /* end of text buffer */ Form *form; /* data for form under construction */ Www *dst; /* where the text goes */ - char charset[NNAME]; }; /* |