push on bzr+http, pycurl fails with: necessary data rewind wasn't possible
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
On Windows:
Z:\>bzr push --remember bzr+http://
bzr: ERROR: pycurl.error: (65, "necessary data rewind wasn't possible\n")
Traceback (most recent call last):
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
t
File "bzrlib\
File "bzrlib\
error: (65, "necessary data rewind wasn't possible\n")
bzr 1.3 on python 2.5.2.final.0 (win32)
arguments: ['bzr', 'push', '--remember', 'bzr+http://
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
When I "disable" pycurl, it doesn't happen.
I also had http_proxy set to "10.10.0.8:3128".