Skip to content

Commit 8843315

Browse files
Enable range support
1 parent 24a4f4b commit 8843315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Servers/GenHttpServer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
return await Host.Create()
2323
.Handler(app)
24-
.Defaults()
24+
.Defaults(rangeSupport: true)
2525
.Port(port)
2626
.RunAsync();
2727

0 commit comments

Comments
 (0)