We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f6c54 commit 43df133Copy full SHA for 43df133
media/libstagefright/HTTPDataSource.cpp
@@ -88,7 +88,7 @@ status_t HTTPDataSource::connectWithRedirectsAndRange(off_t rangeStart) {
88
return OK;
89
}
90
91
- if (httpStatus != 301 && httpStatus != 302) {
+ if (httpStatus != 301 && httpStatus != 302 && httpStatus != 303 && httpStatus != 307) {
92
LOGE("HTTP request failed w/ http status %d", httpStatus);
93
return ERROR_IO;
94
0 commit comments