Skip to content

Commit 119e217

Browse files
authored
Update conn.ts
1 parent bfa69b7 commit 119e217

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/linejs/base/push/conn.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ export class Conn {
113113
headers,
114114
body: bodystream.stream,
115115
signal: abort.signal,
116+
// https://github.com/evex-dev/linejs/issues/109
117+
duplex: "half"
116118
});
117119
if (!socket.body) {
118120
throw new Error("no body");

0 commit comments

Comments
 (0)