Skip to content

Commit 08a23a1

Browse files
committed
Fix SSE not working with streamable HTTPS
1 parent 93c2a2f commit 08a23a1

File tree

4 files changed

+458
-53
lines changed

4 files changed

+458
-53
lines changed

.vscode/launch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
{
8+
"name": "server_simple_streamable_https",
9+
"type": "dart",
10+
"request": "launch",
11+
"program": "example/server_simple_streamable_https.dart",
12+
"console": "terminal"
13+
},
714
{
815
"name": "client_streamable_https",
916
"type": "dart",

0 commit comments

Comments
 (0)