From b3f6ab4e394ea8f0a1ada6f68cc87aae8e459cb9 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Sat, 15 Jun 2024 12:12:05 +0200 Subject: [PATCH] fixup! Implement ExposedThing functionality --- lib/src/binding_http/http_server.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/binding_http/http_server.dart b/lib/src/binding_http/http_server.dart index 8eb579f8..71d70591 100644 --- a/lib/src/binding_http/http_server.dart +++ b/lib/src/binding_http/http_server.dart @@ -107,6 +107,8 @@ final class HttpServer implements ProtocolServer { 204, ); }); + + // TODO: Handle observe } default: continue;