Skip to content

Commit 9817efb

Browse files
authored
Merge pull request #24 from leehack/fix-streamable-http
Fix SSE not working with streamable HTTPS
2 parents 93c2a2f + 88c1e77 commit 9817efb

File tree

5 files changed

+472
-64
lines changed

5 files changed

+472
-64
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)