We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272eb80 commit c772e3aCopy full SHA for c772e3a
lib/src/sse_proxy_handler.dart
@@ -84,7 +84,6 @@ class SseProxyHandler {
84
sink.close();
85
});
86
87
- return shelf.Response.notFound('');
88
}
89
90
Future<shelf.Response> _handle(shelf.Request req) async {
pubspec.yaml
@@ -8,7 +8,7 @@ description: >
8
routing by rewriting 404s to the root index.
9
10
environment:
11
- sdk: '>=2.12.0 <3.0.0'
+ sdk: '>=2.18.0 <3.0.0'
12
13
dependencies:
14
args: ^2.3.1
0 commit comments