jlouis / etorrent

Erlang Bittorrent Client
BSD 2-Clause "Simplified" License
295 stars 50 forks source link

Something needs TLC in http_gzip #108

Closed jlouis closed 13 years ago

jlouis commented 13 years ago

There are a number of obvious problems in the http_gzip module present. First of all, it doesn't really understand newer versions of erlang like it is supposed to do. Secondly, the AGENT_TRACKER_STRING can't be a binary() but should be a string() because something inside httpc uses ++ to create a header.

The code should be gone through for some TLC and cleanup.

jlouis commented 13 years ago

This is a dupe of #110 really