karolherbst / Gamekeeper-Framework

Library for hooking up game stores and merging them into one single library
GNU Lesser General Public License v2.1
2 stars 0 forks source link

Fix curl cookies #78

Closed karolherbst closed 10 years ago

karolherbst commented 10 years ago

this pull request greatly rework the entire cookie handling. Now we use cookie as objects, which makes it much easier to add and read cookies.

karolherbst commented 10 years ago

I actually found a bug: "domain: #HttpOnly_.desura.com" it seems that the netscape format is storing the httponly attribute this way :/

karolherbst commented 10 years ago

I think this looks much better now and should be solid to use. Errorhandling will be added by a new pull request later