private async Task writePageFile(HttpConnection p) { using (var fs = File.OpenRead(page_file)) { await p.HandleSeekableStreamAsync(fs); } }