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 1F5234A254 for ; Thu, 25 Apr 2024 14:23:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 442C568D3C0; Thu, 25 Apr 2024 17:23:48 +0300 (EEST) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EAF5368CD6B for ; Thu, 25 Apr 2024 17:23:41 +0300 (EEST) Received: by mail-wr1-f45.google.com with SMTP id ffacd0b85a97d-34c2e765bc6so223760f8f.3 for ; Thu, 25 Apr 2024 07:23:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1714055021; x=1714659821; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=5Ogw4cvuDCP9+zhm0cg+sux+BEQuxsGYe3e2s03gdkE=; b=VDrefFug2TwPQXaJjDwSAz7FjVskhHzrSl33uZl07WEREaSW8QLXXtIVAXsiy+jB4T ZOVKZ6M6P8GvM3inxyjeQCybQgEXJRKNZ9EDZoElGjxUyczA86qqigIIQjHmi0Uwh6HC fo6ynOL0skzwILS8neR+kVq/pgBon7/RuwiOKEesTC3+VnUsXebypBUjrrf/3UFGkrHh YxbwOTKU6MKB8DpMbPZWaucp/mCyAnUcAikh/C1LtZr/+RIV/p5MPkBf9RKqVgVmVSuu 9UYhqAUJEOVoEb+fAQL7vU/ZmaNDkaMm9ywb8v/9yo166rwjAYc4ODRxP8ikaHGR2EGB O3Vg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1714055021; x=1714659821; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=5Ogw4cvuDCP9+zhm0cg+sux+BEQuxsGYe3e2s03gdkE=; b=vgvff8ITFdlDjwupssETpOYU8X9N+feoFOwI9joyfTe0A/9dwGKmLS6r66jel6+7Z4 J8KRjxLKBOc9WcHPEZpjetfRah9hhX1lgllMSTDskgBzQZeQ6jCjQw6wVjtXrjtktpDA gdr1F6KL602JUyx9CAgCqtqteNcCeBesWnlHvvbgLIhQOCEZQwJI2YlHuCGeIOK4CHCQ 1u/W1e7t0Kc+qRpiwmNWvur84Y4QPMxrIeucp0yp+HCGuhbxFCpS+3aUdp0DTGon6ziZ s0ICTMM3fDthU1gGHzqjwwAgSUxJBiyY6xbMAfUoy4lGG59+gYjfjkvqWfSpaz1Rgbeo Pl/Q== X-Gm-Message-State: AOJu0Yz/FrBSdP9aJmhlcc7GPIDy0507FdIoT5g1EHW0G5/G9U8/mGX6 X8rHBoULxiZmLESuDUC7hyNtcJqE6OWWeZXc9hZAFR6riNdInIyRbWd9aA== X-Google-Smtp-Source: AGHT+IFvl/glTtx7rHgqNJmx6JvyiTuwuoIH6mdF3Fr2v1zyGFOcFun/fyatwviWiV1zwIfI4Jzk0Q== X-Received: by 2002:adf:ed8c:0:b0:343:e824:d798 with SMTP id c12-20020adfed8c000000b00343e824d798mr4440648wro.62.1714055020502; Thu, 25 Apr 2024 07:23:40 -0700 (PDT) Received: from localhost.localdomain (33bf0029.skybroadband.com. [51.191.0.41]) by smtp.gmail.com with ESMTPSA id o12-20020a5d684c000000b0034aa1e534c2sm14582018wrw.96.2024.04.25.07.23.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Apr 2024 07:23:39 -0700 (PDT) From: Derek Buitenhuis To: ffmpeg-devel@ffmpeg.org Date: Thu, 25 Apr 2024 15:23:28 +0100 Message-ID: <20240425142330.288815-1-derek.buitenhuis@gmail.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v3 0/2] HTTP Retry-After Support 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: Changes since last set: * Updated commit message with RFC references. * Properly support Retry-After as both a date and integer number of seconds. I have tested this against both an HTTP-Date and seconds, and confirmed it to work. Derek Buitenhuis (2): avformat/http: Rename parse_set_cookie_expiry_time to parse_http_date avformat/http: Add support for Retry-After header doc/protocols.texi | 5 ++++ libavformat/http.c | 62 ++++++++++++++++++++++++++++++------------- libavformat/version.h | 2 +- 3 files changed, 49 insertions(+), 20 deletions(-) -- 2.43.0 _______________________________________________ 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".