Error in Decompression?
Posted
by
user595606
on Stack Overflow
See other posts from Stack Overflow
or by user595606
Published on 2011-01-30T07:22:56Z
Indexed on
2011/01/30
7:25 UTC
Read the original article
Hit count: 262
I am writing a crawler for a website. Its response is gzip encoded.
I am not able to parse correctly a particular field, though the decompression is successful. I am also using htmlagilitypack to parse it,
the parsed value of the field is only a part of the original value as an example : I am getting only /wEWAwKc04vTCQKb86mzBwKln/PuCg== whereas the firebug shows the actual value as much longer: /wEWBgKj7IuJCgKb86mzBwKln/PuCgLT250qAtC0+8cMAvimiNYD
what does the '==' at the end means? I am assuming it that its a error on decompressors behalf?
© Stack Overflow or respective owner