From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7B9AB40D9E for ; Wed, 9 Feb 2022 00:56:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7F7E668B0B4; Wed, 9 Feb 2022 02:56:02 +0200 (EET) Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E2B9A68AFBD for ; Wed, 9 Feb 2022 02:55:55 +0200 (EET) Received: by mail-wr1-f47.google.com with SMTP id k1so1244430wrd.8 for ; Tue, 08 Feb 2022 16:55:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=JBsscOYBpij7SFwW2eQgnXWzR2rp7kAtAr0VJQigAzc=; b=hfC5vKUMVTbZ43LTag7g2ycsxli8fR7JRKbCARgsKyXbFiPHvI9TifTLIPA7EalmYv SBH03a6gcxMcIJwpMMGAI47T9vsR0k97oyx5euzMh3xXuSzrTyQL67InPSqONw+F1sLY MnZB5qDnqWZVlnqerxbomJtv1Oj6h02Xr51bG/L82YraJbHYUUm+KT6ePI58jfY51vPJ I0irgls/fzkadknwdtlyXPe04cBvW2xtZ4YdObesoZW9L0NaseZT2rXsYpbRy3qD8eM+ qgAeT2sl9iM/c1/p+nwBYJ4vgiioOchvIpJPL89jJs/kjmH8x/nP2l7lbmTzlYsLMmOq u8Tw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=JBsscOYBpij7SFwW2eQgnXWzR2rp7kAtAr0VJQigAzc=; b=Gqbhc1FHxktF1BWVRVnb4Y3mL/AOov2Lny5xY6TcvO9jgShZF++0nJcgPsWHUPG0lR UloOUr4TBJuYpvFeJJgaSnlbAkV9yH1HlDP0vcDmBqzmFirhKBifUxmkyrGoxgDu1bco hI7EVbstNsUU1lQnI7YP2iysQezjEhnbjyI+ovR9YUdWXOj1ktQ+7sd/9Inmr4EKEUGU 6XgE+PboCirJdP2Uufmf4O8lx5+oz3ZhmwUo/lyNRohssYin986jDVab+S+20Q6Q2O+V EjQzeBzPdNdvTQ9rv/kn2+No1xMsTOYiNFJE8Ohxa1RGPvKWB2xtmvenRAG5vcQ+CevW GFVg== X-Gm-Message-State: AOAM533AB1umhmKZ4brxZIIxSPVdNMdO9mtbmUvWVMk4+cKv3+RmOKZg mM3SgcvBFOLehaE6EHsEo71vLkaUGYnEBERRmCM2ATSBGGg= X-Google-Smtp-Source: ABdhPJzw53D1Ul4BH0G3b5rIfggZLcfV25Fso/FSOj5eUJpQ+VWJdPTFfo1OJDHb9kj2dLrXG//6f8Ut0TazF/uVYcc= X-Received: by 2002:a05:6000:1884:: with SMTP id a4mr15735wri.632.1644368155195; Tue, 08 Feb 2022 16:55:55 -0800 (PST) MIME-Version: 1.0 References: <20220202234953.6337-1-vittorio.giovara@gmail.com> <4ebaeff3-1c50-6620-7daa-d1b17336de69@gmail.com> In-Reply-To: <4ebaeff3-1c50-6620-7daa-d1b17336de69@gmail.com> From: Vittorio Giovara Date: Wed, 9 Feb 2022 01:55:44 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 1/2] http: Improve handling of Content-Range with Transfer-Encoding:chunked X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Thu, Feb 3, 2022 at 3:12 PM Derek Buitenhuis wrote: > On 2/3/2022 1:26 AM, Aman Karmani wrote: > > The size part of the range header is optional, and can be '*' as well. > > > > See also > > > https://patchwork.ffmpeg.org/project/ffmpeg/patch/20211005233244.37582-1-ffmpeg@tmm1.net/ > > Isn't this an orthogonal problem to what this patch is changing? > > - Derek > _______________________________________________ > Are there any other comments/objections to the patchset? Thanks -- Vittorio _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".