Skip to content

[coro_http] fix async_request reconnnect bug #357

[coro_http] fix async_request reconnnect bug

[coro_http] fix async_request reconnnect bug #357

Workflow file for this run

name: Bazel
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Build
working-directory: ${{github.workspace}}
run: bazel build --action_env=CXX=clang++ --action_env=CC=clang ...
- name: Test
working-directory: ${{github.workspace}}
run: bazel test --action_env=CXX=clang++ --action_env=CC=clang --test_output=errors ...