diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2018-05-21 22:41:43 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2018-05-21 23:51:10 -0400 |
commit | 427370516a737bc22b5e76139157259a68c1cb71 (patch) | |
tree | a9cd38c4b8a96340d2235ebe27f795c8fc59d910 /ChangeLog | |
parent | 55e8148c1467e185067219b25cea5f81ee370c0c (diff) | |
download | pycurl-427370516a737bc22b5e76139157259a68c1cb71.tar.gz |
Add getinfo_raw to return getinfo data as byte strings.
Fixes #230, #493
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ master ------ + * Added getinfo_raw method to Curl objects to return byte strings + as is from libcurl without attempting to decode them + (GitHub issue #493). + * When adding a Curl easy object to CurlMulti via add_handle, the easy objects now have their reference counts increased so that the application is no longer required to keep references to them |