diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-04-30 22:09:57 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-04-30 22:09:57 +0200 |
commit | 9c79deb130cc64d12a567efbe372e366eb9a53fa (patch) | |
tree | 81b1336119887bdcd29c07d1c1587f3cb0cfb501 /sys/src/cmd/mothra/snoop.c | |
parent | a2e26ffd4c8d65368503fb36ced68353e3cfdb52 (diff) |
mothra: handle http compression out of band
Diffstat (limited to 'sys/src/cmd/mothra/snoop.c')
-rw-r--r-- | sys/src/cmd/mothra/snoop.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/cmd/mothra/snoop.c b/sys/src/cmd/mothra/snoop.c index 0e1a2108a..97b3c1f6d 100644 --- a/sys/src/cmd/mothra/snoop.c +++ b/sys/src/cmd/mothra/snoop.c @@ -102,9 +102,6 @@ snooptype(int fd) "image/bmp", BMP, "image/x-icon", ICO, - "application/x-gzip", GUNZIP, - "application/x-compress", COMPRESS, - "application/pdf", PAGE, "application/postscript", PAGE, "application/ghostscript", PAGE, |