shigmas / MaltMap

Tracking Repository for the MaltMap
0 stars 0 forks source link

FANG error spits out too much stuff #57

Open shigmas opened 8 years ago

shigmas commented 8 years ago

We just dump the output that we get from the server on errors. This has an encoding, and we can get it from the headers, so we should use that and convert it into a string to avoid all the garbage at the end (because we don't know how long the content is).