You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Roadmap.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,10 @@
24
24
### version 1.2.x
25
25
-[x] more log for debug and trace
26
26
-[x] basic CORS
27
-
-[x] compress regression support(if client don't send accept-encoding header(including gzip), will send back data from file instead of cache)
27
+
-[x] compress regression support(~~if client don't send accept-encoding header(including gzip), will send back data from file instead of cache~~ improved by v1.2.3)
28
28
-[x] hot reload web static server(use SO_REUSEPORT *nix api, so it may be wrong with Windows).
29
29
-[ ]~~different config(cors/cache strategy/https and so on) for different domain.~~ (if this is needed?)
30
-
31
-
### version 1.3.x
32
-
-[ ] cache File `Range` Header support
33
-
-[ ] drop self maintained `Warp`(copy out needed code from Warp)
34
-
-[ ]`HEAD` request support or drop
30
+
--- version 1.2.2
31
+
-[x] cache File `Range` Header support
32
+
-[ ]~~drop self maintained `Warp`(copy out needed code from Warp)~~ (so much code from warp/fs.)
33
+
-[x]`HEAD` request support or drop(support, don't need to do anything)
0 commit comments