Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use HTTP for gstress bootstrap server
The net/textproto approach seemed promising at first, but was surprisingly complicated to use correctly. Import the very slim third-party httpunix package to trivially use HTTP over a Unix socket, which simplifies several operator concerns.
- Loading branch information