Skip to content

Commit

Permalink
add client-server headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jun 27, 2023
1 parent b13fa53 commit c7672dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demo/src/adb-daemon-piping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class AdbDaemonPipingDevice implements AdbDaemonDevice {
const {readable: uploadReadableStream, writable: uploadWritableStream} = new TransformStream<Uint8Array>();
fetch(this.params.csUrl, {
method: "POST",
// headers: this.params.csHeaders,
headers: this.params.csHeaders,
body: uploadReadableStream,
duplex: "half",
} as RequestInit);
Expand Down

1 comment on commit c7672dc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.