Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0477639e authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 040571aa: Merge change 23632 into eclair

Merge commit '040571aa2f71031376ff37ffa827d3612eb89340' into eclair-plus-aosp

* commit '040571aa2f71031376ff37ffa827d3612eb89340':
  Increase buffer allocated to receive HTTP response, YouTube is rather verbose...
parents ffc8a11e bc327427
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;