diff --git a/media/libstagefright/HTTPStream.cpp b/media/libstagefright/HTTPStream.cpp index 098ddbdcee212..6af7df9559aa3 100644 --- a/media/libstagefright/HTTPStream.cpp +++ b/media/libstagefright/HTTPStream.cpp @@ -174,7 +174,7 @@ status_t HTTPStream::receive_header(int *http_status) { *http_status = -1; mHeaders.clear(); - char line[256]; + char line[1024]; status_t err = receive_line(line, sizeof(line)); if (err != OK) { return err;