Bug 265389 - sysutils/bsdstats: Set timeout to wait response from server
Summary: sysutils/bsdstats: Set timeout to wait response from server
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yasuhiro Kimura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-22 19:09 UTC by Yasuhiro Kimura
Modified: 2022-08-07 05:38 UTC (History)
3 users (show)

See Also:
yasu: maintainer-feedback-
yasu: merge-quarterly+


Attachments
Patch file (1.56 KB, patch)
2022-07-22 19:09 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2022-07-22 19:09:53 UTC
Created attachment 235432 [details]
Patch file

Currently 300.statistics hangs up if server accepts connection but doesn't respond to the request. So set timeout to wait response from server.
Comment 1 Koichiro Iwao freebsd_committer freebsd_triage 2022-07-25 06:51:14 UTC
+1 I'm not a maintainer of this port but I think this is a good fix.
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2022-08-07 05:28:01 UTC
Maintainer timeout. Take.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-08-07 05:31:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=206e447a8330a3dba38f4e4a1210f4f04eb7e783

commit 206e447a8330a3dba38f4e4a1210f4f04eb7e783
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-07-22 19:02:22 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-08-07 05:30:25 +0000

    sysutils/bsdstats: Set timeout to wait response from server

    Currently 300.statistics hangs up if server accepts connection but
    doesn't respond to the request. So set timeout to wait response from
    server.

    PR:             265389
    Approved by:    maintainer timeout
    MFH:            2022Q3

 sysutils/bsdstats/Makefile                | 2 +-
 sysutils/bsdstats/files/300.statistics.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-08-07 05:36:57 UTC
A commit in branch 2022Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ec30f23b3bb475e3dfd4022c992ab53f2076055

commit 2ec30f23b3bb475e3dfd4022c992ab53f2076055
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-07-22 19:02:22 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-08-07 05:33:41 +0000

    sysutils/bsdstats: Set timeout to wait response from server

    Currently 300.statistics hangs up if server accepts connection but
    doesn't respond to the request. So set timeout to wait response from
    server.

    PR:             265389
    Approved by:    maintainer timeout
    MFH:            2022Q3

    (cherry picked from commit 206e447a8330a3dba38f4e4a1210f4f04eb7e783)

 sysutils/bsdstats/Makefile                | 2 +-
 sysutils/bsdstats/files/300.statistics.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)