[Webkit-unassigned] [Bug 23182] [CURL] POST without body becomes GET

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 8 23:56:19 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23182





------- Comment #3 from zecke at selfish.org  2009-01-08 23:56 PDT -------
(From update of attachment 26523)

> +    if (!job->request().httpBody())
> +        return;

This does not look correct. An empty PUT will not be finished and the
ResourceHandle will be leaked? Could you explain that?


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list