I am trying to use PHP and cURL to log in to a website (namely Craigslist). When accessing the script, I get this warning message:
Received problem 2 in the chunky parser
Searches showed that it is not a problem associated with cURL. I am unable to find the source of the problem. What may be the reason?
Thank you.
Update: Googling for the error message, I also find this:
I have no idea what to make out of this in the context of fetching an arbitrary page, though.
Original post:
There’s a CouchDB Bug report dealing with the same issue in conjunction with multi-byte data. Craigslist seems to run in ISO-8859-1, maybe the ad (or whatever you are fetching) has UTF-8 characters in it?