Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit f4acb3f

Browse files
committed
Fixed up Stream example
1 parent c9a9888 commit f4acb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseHttpClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "Stream.h"
66

77
struct HttpStatus {
8-
static const int TEMPORARY_REDIRECT = 302;
8+
static const int TEMPORARY_REDIRECT = 307;
99
};
1010

1111
class FirebaseHttpClient {

0 commit comments

Comments
 (0)