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: TODO.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,6 @@
4
4
-[ ] fcntl subject
5
5
-[ ] remove inet_ntop
6
6
7
-
-[ ] Is is possible for client to send data whilst cgi is processing?
8
-
-[ ] (Optional) Fix problem of no server response in case of connection being destructed due to timeout, in every case but especially if cgi is active
9
-
-[ ] (Optional) Implement try_files or similar
10
-
-[ ] (Does not occur anymore without having actively tried to fix it) Investigate random closing of program without any notice after sending a first request
11
7
12
8
-[x] Implement and fix chunked request trailer parsing
13
9
-[x] Figure out why resolving symlinks doesnt work
@@ -21,5 +17,9 @@
21
17
-[x] Implement chunked transfer encoding (https://datatracker.ietf.org/doc/html/rfc2616#section-3.6
-[ ] <del>Is is possible for client to send data whilst cgi is processing?</del>
21
+
-[ ] <del>(Optional) Fix problem of no server response in case of connection being destructed due to timeout, in every case but especially if cgi is active</del>
22
+
-[ ] <del>(Optional) Implement try_files or similar</del>
23
+
-[ ] <del>(Does not occur anymore without having actively tried to fix it) Investigate random closing of program without any notice after sending a first request</del>
24
24
-[ ] <del>Maybe use streambufs instead of streams https://gcc.gnu.org/onlinedocs/libstdc++/manual/fstreams.html#std.io.filestreams.binary</del>
0 commit comments