----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115864/ -----------------------------------------------------------
(Updated Feb. 19, 2014, 9:50 p.m.) Review request for kdelibs and Dawit Alemayehu. Changes ------- Added new member "sentMethodString" to cache the http method actually sent by the request, after being determined in sendQuery(). The purpose is to reduce overhead while parsing the response. Minor: modified HTTPRequest::methodString() to return the method string without additional trailing white space. Repository: kdelibs Description ------- Check if method has been overridden via "CustomHTTPMethod" metaData when redirecting POST to GET in case of 301/302 response code. Handle "308 Permanent Redirect" response code. Diffs (updated) ----- kioslave/http/http.h 076ad2b kioslave/http/http.cpp 68b5247 kioslave/http/httpauthentication.cpp 80d7995 Diff: https://git.reviewboard.kde.org/r/115864/diff/ Testing ------- Thanks, Andrea Iacovitti
