mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 19:55:03 +01:00
fix
This commit is contained in:
parent
262fdc3dc6
commit
c89a204a54
2 changed files with 1 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -11,9 +11,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Check dashboard frontend formatting
|
||||
|
|
@ -26,7 +24,7 @@ jobs:
|
|||
- name: Run clippy -D clippy::all
|
||||
run: cargo clippy --verbose -- -D clippy::all
|
||||
- name: Check format
|
||||
run: cargo fmt --verbose --all -- --check
|
||||
run: cargo +nightly fmt --verbose --all -- --check
|
||||
- name: Run tests
|
||||
run: cargo test --verbose --all
|
||||
- name: Run client integration tests
|
||||
|
|
|
|||
|
|
@ -154,7 +154,6 @@ impl TransportConnection {
|
|||
|
||||
let mut header_buf = Vec::new();
|
||||
frame::write_content_header(&mut header_buf, &header)?;
|
||||
warn!(?header, ?header_buf, "Sending content header");
|
||||
frame::write_frame(&mut self.stream, FrameType::Header, channel, &header_buf).await?;
|
||||
|
||||
self.send_bodies(channel, body).await
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue