Skip to content

add a few more debug prints to http_server #726

add a few more debug prints to http_server

add a few more debug prints to http_server #726

Workflow file for this run

name: Rustfmt
on: push
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}