@@ -80,6 +80,9 @@ |
||
80 | 80 | $conn->write($response); |
81 | 81 | } |
82 | 82 | |
83 | + /** |
|
84 | + * @param string $file |
|
85 | + */ |
|
83 | 86 | protected function serveFile(SocketConnection $conn, $file) |
84 | 87 | { |
85 | 88 | if(($path = realpath($file)) === null){ |