Skip to content

Don't send client CONNECTION_CLOSE on 1-RTT before handshake completion. #1532

Don't send client CONNECTION_CLOSE on 1-RTT before handshake completion.

Don't send client CONNECTION_CLOSE on 1-RTT before handshake completion. #1532

name: Build Darwin Framework
on:
workflow_dispatch:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
- release/*
concurrency:
# Cancel any workflow currently in progress for the same PR.
# Allow running concurrently with any other commits.
group: darwin-frameworks-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions: read-all
jobs:
build-all-frameworks:
name: Build All Darwin Frameworks (Release)
uses: ./.github/workflows/build-reuse-darwin-framework.yml
with:
config: 'Release'