1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Satya Rohith 7893ab9f0b
fix(ext/node): fix grpc error_handling example (#23755)
gRPC depends only on the END_STREAM flag to emit "trailers" event which
is responsible to propagate the errors correctly. This patch uses
Body::is_end_stream() to determine if a stream will end and set the
END_STREAM flag.

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-05-16 17:42:01 +05:30
..
broadcast_channel chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
cache chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
canvas chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
console fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813) 2024-05-14 17:32:09 -04:00
cron chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
crypto chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
fetch chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
ffi chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
fs chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
http chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
io chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
kv chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
napi chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
net chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
node fix(ext/node): fix grpc error_handling example (#23755) 2024-05-16 17:42:01 +05:30
tls chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
url chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
web fix(ext/web): update ongoing promise in async iterator return() method (#23642) 2024-05-13 23:34:25 +00:00
webgpu chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
webidl chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
websocket chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
webstorage chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00