From owner-dev-commits-src-main@freebsd.org Fri May 7 21:37:45 2021 Return-Path: Delivered-To: dev-commits-src-main@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 6304763D98F for ; Fri, 7 May 2021 21:37:45 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: from mail-wm1-f44.google.com (mail-wm1-f44.google.com [209.85.128.44]) (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 4FcP1j2B9dz3PVh for ; Fri, 7 May 2021 21:37:45 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: by mail-wm1-f44.google.com with SMTP id 82-20020a1c01550000b0290142562ff7c9so5617826wmb.3 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=GTbuYbhIsTlNA8QPJxNzfG01CKZHJBO/JbIdeEV1dj7FTU4hw5Rb2fHqcJPPNe7RKf FLjoY3uLUXBSt3VH9sOmE4zNjyry9/8RvhZ0DfS2hGlO7UXKTFhn/MpyJV9HwWTqk3NW CxsNJXeJTAeJ3CG/HBr4XBSGHYfNO9NL4u85FgaaI4aKiznzIx4U2thHi1UksEH17+PT mDhz3AneN5Z4DAxIwUmBPYuEK0vPMNROaCBwuq93LgmYKOJy9+KYoxp0x3r5B1p3f2KV O6TzWRx6mSVBb7O3IeGY9p+qqxeQoGK8+EVtyIbfJO6c3FnwYtCD7yJClAdadUuMc4iB sNzw== X-Gm-Message-State: AOAM533hjg5bJPoJXBIuweU5ode4EuFeQCgLtl0GVvSZvuvERZlU5Eaa 0Oeq+vICscZ6y/VvWY+/UenKzA== 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: 4FcP1j2B9dz3PVh 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-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch 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