Skip to content

Fixed bugs with no calling OnBind callback, infinite loop causing frozen connections in static files distribution #349

Fixed bugs with no calling OnBind callback, infinite loop causing frozen connections in static files distribution

Fixed bugs with no calling OnBind callback, infinite loop causing frozen connections in static files distribution #349

name: Build & Test
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
- workflow/ci
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/[email protected]
with:
go-version: '1.20'
- name: Run tests
run: go test -race ./...