indentation fix.
Catched by Axel.
This commit is contained in:
@@ -402,12 +402,12 @@ BHttpRequest::_ProtocolLoop()
|
|||||||
if ((code == B_HTTP_STATUS_FOUND
|
if ((code == B_HTTP_STATUS_FOUND
|
||||||
|| code == B_HTTP_STATUS_SEE_OTHER)
|
|| code == B_HTTP_STATUS_SEE_OTHER)
|
||||||
&& fRequestMethod == B_HTTP_POST) {
|
&& fRequestMethod == B_HTTP_POST) {
|
||||||
SetMethod(B_HTTP_GET);
|
SetMethod(B_HTTP_GET);
|
||||||
delete fOptPostFields;
|
delete fOptPostFields;
|
||||||
fOptPostFields = NULL;
|
fOptPostFields = NULL;
|
||||||
delete fOptInputData;
|
delete fOptInputData;
|
||||||
fOptInputData = NULL;
|
fOptInputData = NULL;
|
||||||
fOptInputDataSize = 0;
|
fOptInputDataSize = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (--maxRedirs > 0) {
|
if (--maxRedirs > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user