From owner-dev-commits-src-all@freebsd.org Fri May 7 21:37:45 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 653F063D675 for ; Fri, 7 May 2021 21:37:45 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: from mail-wm1-f50.google.com (mail-wm1-f50.google.com [209.85.128.50]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FcP1j2CG9z3PdS for ; Fri, 7 May 2021 21:37:45 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: by mail-wm1-f50.google.com with SMTP id y124-20020a1c32820000b029010c93864955so7897443wmy.5 for ; Fri, 07 May 2021 14:37:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=7I+tT0ObTRfCPNzy6CuPectpNvKohDduINusX2IPzy4=; b=GxwKj0vapO7LLd/DRACUh/khXHrgm+1JIOdUEB4jSh6J8iO7SdfRROks1/L9By+1NK m8kZx4txei0b13CX5Fv3QakuUj7orfpfpjvT+ZwzwpUlfbJGso1P6rOMH1qS7udne+9E Z+KwVddALU8RnKgHTjQMIEMDRX49RfKrNc6kFi8yy5g4ThMzk1YNWACvw4Bz0eKNlTIA TEWYd+uQxtHXTHEfCQ7hAsLwJXjRKrEmU5k9VqlJ4dgOWlBpDA+Doj1UsqbQfs8Lw010 xJqbQm/KLRprH5Ly7e/57eFxB2uqfsQj4mMDW1Ldw3RrzixODGkijZPLX5pSzzW0vH2L 5j8g== X-Gm-Message-State: AOAM530ic8+rNYzMd9AcaHNsTyaOaZuyRDeGMVopfshVQqbkGmDcamFy 064FKamBmV4bjslaMiFFT1z3Wg== X-Google-Smtp-Source: ABdhPJwnGR3QSRck19O3EGLhTMDyqSbJvKUyJypd1flEuM1qRb4+BulO0sINRRkPD79pQWUbLoaYzw== X-Received: by 2002:a05:600c:230f:: with SMTP id 15mr11599077wmo.19.1620423463903; Fri, 07 May 2021 14:37:43 -0700 (PDT) Received: from [192.168.150.48] (trinity-students-nat.trin.cam.ac.uk. [131.111.193.104]) by smtp.gmail.com with ESMTPSA id k15sm9877962wro.87.2021.05.07.14.37.43 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 May 2021 14:37:43 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\)) Subject: Re: git: 5a4333a5378f - main - This takes Warners suggested approach to making it so that platforms that for whatever reason cannot include the RATELIMIT option can still work with rack. It adds two dummy functions that rack will call and find out that the highest hw supported b/w is 0 (which kinda makes sense and rack is already prepared to handle). From: Jessica Clarke In-Reply-To: <202105072134.147LYjPn018824@gitrepo.freebsd.org> Date: Fri, 7 May 2021 22:37:42 +0100 Cc: "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <202105072134.147LYjPn018824@gitrepo.freebsd.org> To: Randall Stewart X-Mailer: Apple Mail (2.3654.60.0.2.21) X-Rspamd-Queue-Id: 4FcP1j2CG9z3PdS X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2021 21:37:45 -0000 On 7 May 2021, at 22:34, Randall Stewart wrote: >=20 > The branch main has been updated by rrs: >=20 > URL: = https://cgit.FreeBSD.org/src/commit/?id=3D5a4333a5378f7afe4f8cab293a987865= ae0c32c4 >=20 > commit 5a4333a5378f7afe4f8cab293a987865ae0c32c4 > Author: Randall Stewart > AuthorDate: 2021-05-07 21:32:32 +0000 > Commit: Randall Stewart > CommitDate: 2021-05-07 21:32:32 +0000 >=20 > This takes Warners suggested approach to making it so that > platforms that for whatever reason cannot include the RATELIMIT = option > can still work with rack. It adds two dummy functions that rack = will > call and find out that the highest hw supported b/w is 0 (which > kinda makes sense and rack is already prepared to handle). Hi Randall, Could you please start writing a proper separate subject line for your = git commits? This is not best practice, and many tools behave poorly in the presence of one big paragraph at the start rather than a separate = subject line, including the email hook here. See [1] for FreeBSD=E2=80=99s own guide = on the matter. Jess [1] = https://docs.freebsd.org/en/articles/committers-guide/#commit-log-message