Skip to content

Commit

Permalink
Fix missing imports on windows/mac
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko committed Apr 29, 2024
1 parent 239a7f8 commit 58000d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/serverino/daemon.d
Expand Up @@ -239,6 +239,8 @@ package class WorkerInfo
{
// OK, we have a websocket upgrade request.
import std.string : indexOf, strip, split;
import std.path : buildPath;
import std.file : tempDir;

auto idx = data.indexOf("x-serverino-websocket:");
auto hdrs = data[0..idx] ~ "\r\n";
Expand Down

0 comments on commit 58000d0

Please sign in to comment.