-
python-2.6 now issues:
configobj.py:256: BaseException.message has been deprecated as of Python 2.6
self.message = message
The associated patch fixes the issue.
2008-09-26 14:41:15 UTC in ConfigObj
-
> There have been other POST-related issues fixed since 7.18.0 so I would
>rather argue that you should run at least 7.18.2.
It will be a pleasure :)
Unfortunately I can't upgrade all machines for my users so I worked around the problem.
But since you were responsive enough to provide a patch, the least I could do was to try it :)
> But that said, it's easy to adapt the patch for...
2008-08-29 10:23:58 UTC in curl and libcurl
-
I have version 7-18.0 here and I would like to validate your patch since I have a test suite to exercise it against.
Unfortunately the patch doesn't apply cleanly :-/
Could you provide a patch against:
* $Id: transfer.c,v 1.381 2008-01-16 12:24:00 bagder Exp $
In this file, there is a single occurrence of 'while(data_pending(conn));' but the following line is not 'return CURLE_OK;'...
2008-08-29 08:32:51 UTC in curl and libcurl
-
I can confirm that if curl wasn't trying to send the body when a 403 response has been received, it will indeed fix my use case. Thanks to badger for linking to the other bug.
2008-08-28 09:29:59 UTC in curl and libcurl
-
As explained at https://bugs.launchpad.net/bzr/+bug/225020, it seems that in rare occurrences curl/libcurl try to send the body of a POST request while the server has already sent a 403 response.
The version used is:
curl 7.18.0 (i486-pc-linux-gnu) libcurl/7.18.0 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.1 on ubuntu hardy.
It occurs rarely and only with HTTP/1.0 servers.
It has been...
2008-08-28 08:45:11 UTC in curl and libcurl