Skip to content

Commit

Permalink
fixup! Implement ExposedThing functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jun 15, 2024
1 parent de7f2cf commit b3f6ab4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/binding_http/http_server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ final class HttpServer implements ProtocolServer {
204,
);
});

// TODO: Handle observe
}
default:
continue;
Expand Down

0 comments on commit b3f6ab4

Please sign in to comment.