DescriptionChromeFrame full tab mode was not supporting the PROPFIND verb correctly, in the sense
that these requests can upload data on the same lines as regular HTTP POST and PUT requests.
As a result we would end up never sending out the request to the server.
Cleaned up the code in our IBindStatusCallback::GetBindInfo implementation to always
honor the posted data length associated with the current request and use it to determine
whether we have data to upload.
Fixes bug http://code.google.com/p/chromium/issues/detail?id=70302
BUG=70302
TEST=As described in the bug at this point. We need to add support in the HTTPTest server
to allow the PROPFIND and other custom methods. Will do that in a subsequent CL.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72246
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|