This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

TCPNet http server gzip

hi,
i'm using tcpnet http server on an LPC2478.
is there a way to gzip javascript files? i wanted to use pre gzipped javascript files. i have been trying but the files are sent as application/octet-stream.

is there a way to set
content-encoding: gzip
and i think content-type also would need to be set.

0