Skip to content

hertz 与 kitex 同一端口,请求接口会出现 short connection 错误日志 #575

hertz 与 kitex 同一端口,请求接口会出现 short connection 错误日志

hertz 与 kitex 同一端口,请求接口会出现 short connection 错误日志 #575

Workflow file for this run

name: "Labeler"
on:
issues:
types: [ opened, edited, reopened ]
jobs:
triage:
if: contains(github.event.issue.labels.*.name, 'invalid issue') || join(github.event.issue.labels) == ''
runs-on: ubuntu-latest
name: Label issues
steps:
- name: check out
uses: actions/checkout@v3
- name: labeler
uses: jbinda/super-labeler-action@develop
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"