Skip to content

MultipartPostHandler Bug (only with proxy handler) #2144

@hysia

Description

@hysia

in lib.request.connect in 304 to 307
it should add other handler such as CookieJar handler

elif multipart:
    from lib.core.option import getHttpHandlers
    handlers = getHttpHandlers()
    handlers.append(multipartpost.MultipartPostHandler)
    multipartOpener = urllib2.build_opener(*handlers)
    ...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions