Skip to content

Commit 709d893

Browse files
feat(router): drop requests when client closes the channel (#202)
1 parent b6ee0ec commit 709d893

File tree

15 files changed

+824
-574
lines changed

15 files changed

+824
-574
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
password: ${{ secrets.TAILSCALE_DOCKER_PASSWORD }}
6767
registry: registry.internal.huggingface.tech
6868
- name: Login to Azure Container Registry
69-
# if: github.event_name != 'pull_request'
69+
if: github.event_name != 'pull_request'
7070
uses: docker/[email protected]
7171
with:
7272
username: ${{ secrets.AZURE_DOCKER_USERNAME }}

Cargo.lock

Lines changed: 58 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)